# OvrVideoPlayerActionType

#### Enumeration

<table><thead><tr><th width="251.2134821162615"></th><th>Description</th></tr></thead><tbody><tr><td>EnableAudioTrack</td><td>Enable/disable audio track decoding. Only effective when the VideoPlayer is not currently playing.</td></tr><tr><td>SetDirectAudioMute</td><td>Set the direct-output audio mute status for the specified track.</td></tr><tr><td>SetDirectAudioVolume</td><td>Set the direct-output audio volume for the specified track.</td></tr><tr><td>SetTargetAudioSource</td><td>Sets the AudioSource that will receive audio samples for the specified track if this audio target is selected with Video.VideoPlayer.audioOutputMode.</td></tr><tr><td>UnityAction</td><td>Fires a UnityAction</td></tr></tbody></table>
