AudioPlayableOutput
A IPlayableOutput implementation that will be used to play audio.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
- Implements: IPlayableOutput
public struct AudioPlayableOutput : IPlayableOutput
Remarks
NOTE: You can use PlayableOutputExtensions methods with AudioPlayableOutput objects.
Static Properties
Property | Description |
|---|---|
| Null | Returns an invalid AudioPlayableOutput. |
Methods
Method | Description |
|---|---|
| GetEvaluateOnSeek | Gets the state of output playback when seeking. |
| SetEvaluateOnSeek | Controls whether the output should play when seeking. |
Static Methods
Method | Description |
|---|---|
| Create | Creates an AudioPlayableOutput in the PlayableGraph. |