Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AudioPlayableOutput

A IPlayableOutput implementation that will be used to play audio.
Read time 1 minuteLast updated 10 days ago

Definition

public struct AudioPlayableOutput : IPlayableOutput

Remarks

NOTE: You can use PlayableOutputExtensions methods with AudioPlayableOutput objects.

Static Properties

Property

Description

NullReturns an invalid AudioPlayableOutput.

Methods

Method

Description

GetEvaluateOnSeekGets the state of output playback when seeking.
SetEvaluateOnSeekControls whether the output should play when seeking.

Static Methods

Method

Description

CreateCreates an AudioPlayableOutput in the PlayableGraph.