> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/ovr-component-system-ancient-legacy/nodes/unity-components-interactors/ovrvideoplayer/ovrvideoplayeractiontype.md).

# 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>
