Search Results for

    Show / Hide Table of Contents

    Class MediaPlayer.OptionsApple

    Inheritance
    System.Object
    MediaPlayer.PlatformOptions
    MediaPlayer.OptionsApple
    Inherited Members
    MediaPlayer.PlatformOptions.httpHeaders
    MediaPlayer.PlatformOptions.keyAuth
    MediaPlayer.PlatformOptions.GetKeyServerAuthToken()
    MediaPlayer.PlatformOptions.GetOverrideDecryptionKey()
    MediaPlayer.PlatformOptions.StartWithHighestBandwidth()
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class OptionsApple : MediaPlayer.PlatformOptions

    Constructors

    OptionsApple(MediaPlayer.PlatformOptions.TextureFormat, MediaPlayer.OptionsApple.Flags)

    Declaration
    public OptionsApple(MediaPlayer.PlatformOptions.TextureFormat defaultTextureFormat, MediaPlayer.OptionsApple.Flags defaultFlags)
    Parameters
    Type Name Description
    MediaPlayer.PlatformOptions.TextureFormat defaultTextureFormat
    MediaPlayer.OptionsApple.Flags defaultFlags

    Fields

    maximumPlaybackRate

    Declaration
    public float maximumPlaybackRate
    Field Value
    Type Description
    System.Single

    textureFormat

    Declaration
    public MediaPlayer.PlatformOptions.TextureFormat textureFormat
    Field Value
    Type Description
    MediaPlayer.PlatformOptions.TextureFormat

    Properties

    audioMode

    Declaration
    public MediaPlayer.PlatformOptions.AudioMode audioMode { get; set; }
    Property Value
    Type Description
    MediaPlayer.PlatformOptions.AudioMode

    flags

    Declaration
    public MediaPlayer.OptionsApple.Flags flags { get; set; }
    Property Value
    Type Description
    MediaPlayer.OptionsApple.Flags

    preferredForwardBufferDuration

    Declaration
    public double preferredForwardBufferDuration { get; set; }
    Property Value
    Type Description
    System.Double

    preferredMaximumResolution

    Declaration
    public MediaPlayer.PlatformOptions.Resolution preferredMaximumResolution { get; set; }
    Property Value
    Type Description
    MediaPlayer.PlatformOptions.Resolution

    preferredPeakBitRate

    Declaration
    public float preferredPeakBitRate { get; set; }
    Property Value
    Type Description
    System.Single

    preferredPeakBitRateUnits

    Declaration
    public MediaPlayer.PlatformOptions.BitRateUnits preferredPeakBitRateUnits { get; set; }
    Property Value
    Type Description
    MediaPlayer.PlatformOptions.BitRateUnits

    previousAudioMode

    Declaration
    public MediaPlayer.PlatformOptions.AudioMode previousAudioMode { get; }
    Property Value
    Type Description
    MediaPlayer.PlatformOptions.AudioMode

    Methods

    ClearChanges()

    Declaration
    public override void ClearChanges()
    Overrides
    MediaPlayer.PlatformOptions.ClearChanges()

    GetPreferredPeakBitRateInBitsPerSecond()

    Declaration
    public double GetPreferredPeakBitRateInBitsPerSecond()
    Returns
    Type Description
    System.Double

    HasChanged()

    Declaration
    public override bool HasChanged()
    Returns
    Type Description
    System.Boolean
    Overrides
    MediaPlayer.PlatformOptions.HasChanged()

    HasChanged(MediaPlayer.OptionsApple.ChangeFlags)

    Declaration
    public bool HasChanged(MediaPlayer.OptionsApple.ChangeFlags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.ChangeFlags flags
    Returns
    Type Description
    System.Boolean

    IsModified()

    Declaration
    public override bool IsModified()
    Returns
    Type Description
    System.Boolean
    Overrides
    MediaPlayer.PlatformOptions.IsModified()
    In This Article