Search Results for

    Show / Hide Table of Contents

    Platform Specific - iOS

    alt_text

    Properties
    Property                                              Function
    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 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 (default): Audio is played directly to the hardware, bypassing Unity.
    Unity: Audio is played by Unity via the AudioOutput component. HLS media is not supported and will continue to playback in system direct mode regardless of the chosen audio mode.
    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
    Network                                             
    Preferred Maximum Resolution Limits the maximum resolution the video will playback at (HLS only).
    Preferred Peak Bitrate Puts an upper limit on the network bandwidth used for playback. Use 0 for no limit. Defaults to 0.
    Preferred Forward Buffer Duration The preferred duration in seconds to buffer in advance of the playhead position in order to minimise stalls. Use 0 to let the system decide based on the current network conditions. Defaults to 0.
    Play Without Buffering Reduces latency when starting playback from a network source at the risk of an increased chance of playback stalling
    HLS Decryption                                  
    Auth Token The authorisation token to pass to the key server for HLS AES-128 decryption.
    Key Override (Base64) The authorisation key to use for HLS AES-128 decryption. This allows a key to be forced in debugging cases where the key server is offline.
    Custom HTTP Headers                                             
    Set multiple custom HTTP headers by specifying the header key and value pair.
    In This Article