Show / Hide Table of Contents

Struct AudioPlayableOutput

Implements
IPlayableOutput
Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine.Audio
Assembly: UnityEngine.dll
Syntax
public struct AudioPlayableOutput : IPlayableOutput

Properties

| Improve this Doc View Source

Null

Declaration
public static AudioPlayableOutput Null { get; }
Property Value
Type Description
AudioPlayableOutput

Methods

| Improve this Doc View Source

Create(PlayableGraph, String, AudioSource)

Declaration
public static AudioPlayableOutput Create(PlayableGraph graph, string name, AudioSource target)
Parameters
Type Name Description
PlayableGraph graph
String name
AudioSource target
Returns
Type Description
AudioPlayableOutput
| Improve this Doc View Source

GetEvaluateOnSeek()

Declaration
public bool GetEvaluateOnSeek()
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHandle()

Declaration
public PlayableOutputHandle GetHandle()
Returns
Type Description
PlayableOutputHandle
| Improve this Doc View Source

GetTarget()

Declaration
public AudioSource GetTarget()
Returns
Type Description
AudioSource
| Improve this Doc View Source

SetEvaluateOnSeek(Boolean)

Declaration
public void SetEvaluateOnSeek(bool value)
Parameters
Type Name Description
Boolean value
| Improve this Doc View Source

SetTarget(AudioSource)

Declaration
public void SetTarget(AudioSource value)
Parameters
Type Name Description
AudioSource value

Operators

| Improve this Doc View Source

Explicit(PlayableOutput to AudioPlayableOutput)

Declaration
public static explicit operator AudioPlayableOutput(PlayableOutput output)
Parameters
Type Name Description
PlayableOutput output
Returns
Type Description
AudioPlayableOutput
| Improve this Doc View Source

Implicit(AudioPlayableOutput to PlayableOutput)

Declaration
public static implicit operator PlayableOutput(AudioPlayableOutput output)
Parameters
Type Name Description
AudioPlayableOutput output
Returns
Type Description
PlayableOutput

Implements

IPlayableOutput

Extension Methods

PlayableOutputExtensions.IsOutputNull<U>(U)
PlayableOutputExtensions.IsOutputValid<U>(U)
PlayableOutputExtensions.GetReferenceObject<U>(U)
PlayableOutputExtensions.SetReferenceObject<U>(U, Object)
PlayableOutputExtensions.GetUserData<U>(U)
PlayableOutputExtensions.SetUserData<U>(U, Object)
PlayableOutputExtensions.GetSourcePlayable<U>(U)
PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V)
PlayableOutputExtensions.SetSourcePlayable<U, V>(U, V, Int32)
PlayableOutputExtensions.GetSourceOutputPort<U>(U)
PlayableOutputExtensions.SetSourceOutputPort<U>(U, Int32)
PlayableOutputExtensions.GetWeight<U>(U)
PlayableOutputExtensions.SetWeight<U>(U, Single)
PlayableOutputExtensions.PushNotification<U>(U, Playable, INotification, Object)
PlayableOutputExtensions.GetNotificationReceivers<U>(U)
PlayableOutputExtensions.AddNotificationReceiver<U>(U, INotificationReceiver)
PlayableOutputExtensions.RemoveNotificationReceiver<U>(U, INotificationReceiver)
PlayableOutputExtensions.GetSourceInputPort<U>(U)
PlayableOutputExtensions.SetSourceInputPort<U>(U, Int32)
MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX