Search Results for

    Show / Hide Table of Contents

    Class MediaPlayer.OptionsWindowsUWP

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

    Fields

    _audioMode

    Declaration
    public WindowsUWP.AudioOutput _audioMode
    Field Value
    Type Description
    WindowsUWP.AudioOutput

    audio360ChannelMode

    Declaration
    public Audio360ChannelMode audio360ChannelMode
    Field Value
    Type Description
    Audio360ChannelMode

    hintOutput10Bit

    Declaration
    public bool hintOutput10Bit
    Field Value
    Type Description
    System.Boolean

    startWithHighestBitrate

    Declaration
    public bool startWithHighestBitrate
    Field Value
    Type Description
    System.Boolean

    use10BitTextures

    Declaration
    public bool use10BitTextures
    Field Value
    Type Description
    System.Boolean

    useHardwareDecoding

    Declaration
    public bool useHardwareDecoding
    Field Value
    Type Description
    System.Boolean

    useLowLatency

    Declaration
    public bool useLowLatency
    Field Value
    Type Description
    System.Boolean

    useLowLiveLatency

    Declaration
    public bool useLowLiveLatency
    Field Value
    Type Description
    System.Boolean

    useRendererSync

    Declaration
    public bool useRendererSync
    Field Value
    Type Description
    System.Boolean

    useTextureMips

    Declaration
    public bool useTextureMips
    Field Value
    Type Description
    System.Boolean

    videoApi

    Declaration
    public WindowsUWP.VideoApi videoApi
    Field Value
    Type Description
    WindowsUWP.VideoApi

    Methods

    IsModified()

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

    StartWithHighestBandwidth()

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