Texture Format |
BGRA is the default. YCbCr420 can be specified to save memory and potentially improve performance. With YCbCr420 the AVPro Video shaders are required for display, unless the texture resolve option is used. |
Generate Mipmaps |
Enable generation of texture mipmaps which is useful to improve filtering quality when the video texture is scaled down on screen. |
Audio Mode |
System Direct: Audio is played directly by the device bypassing Unity. This is the default mode. Unity: Audio is played by Unity via the AudioOutput component. HLS media is not supported and will play as if in system direct mode. System Direct With Capture: Audio is played directly by the hardware bypassing Unity with PCM data being available via MediaPlayer.Control.GrabAudio() . HLS media is not supported. |
Allow External Playback |
Enable playback on external devices via Airplay |
Resume Playback After Audio Session Route Change |
The default behaviour is for playback to pause when the audio route changes, for instance when disconnecting headphones. |
Max Playback Rate |
Set the maximum playback rate that you expect to use |