Search Results for

    Show / Hide Table of Contents

    Class MediaPlayer.OptionsWebGL

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

    Fields

    externalLibrary

    Declaration
    public WebGL.ExternalLibrary externalLibrary
    Field Value
    Type Description
    WebGL.ExternalLibrary

    useTextureMips

    Declaration
    public bool useTextureMips
    Field Value
    Type Description
    System.Boolean

    Properties

    audioMode

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

    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()

    GetKeyServerAuthToken()

    Declaration
    public override string GetKeyServerAuthToken()
    Returns
    Type Description
    System.String
    Overrides
    MediaPlayer.PlatformOptions.GetKeyServerAuthToken()

    GetOverrideDecryptionKey()

    Declaration
    public override byte[] GetOverrideDecryptionKey()
    Returns
    Type Description
    System.Byte[]
    Overrides
    MediaPlayer.PlatformOptions.GetOverrideDecryptionKey()

    HasChanged()

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

    HasChanged(MediaPlayer.OptionsWebGL.ChangeFlags)

    Declaration
    public bool HasChanged(MediaPlayer.OptionsWebGL.ChangeFlags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsWebGL.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