Search Results for

    Show / Hide Table of Contents

    Class OptionsAppleExtensions

    Inheritance
    System.Object
    OptionsAppleExtensions
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public static class OptionsAppleExtensions

    Methods

    AllowExternalPlayback(MediaPlayer.OptionsApple.Flags)

    Declaration
    public static bool AllowExternalPlayback(this MediaPlayer.OptionsApple.Flags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    Returns
    Type Description
    System.Boolean

    GenerateMipmaps(MediaPlayer.OptionsApple.Flags)

    Declaration
    public static bool GenerateMipmaps(this MediaPlayer.OptionsApple.Flags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    Returns
    Type Description
    System.Boolean

    PlayWithoutBuffering(MediaPlayer.OptionsApple.Flags)

    Declaration
    public static bool PlayWithoutBuffering(this MediaPlayer.OptionsApple.Flags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    Returns
    Type Description
    System.Boolean

    ResumePlaybackAfterAudioSessionRouteChange(MediaPlayer.OptionsApple.Flags)

    Declaration
    public static bool ResumePlaybackAfterAudioSessionRouteChange(this MediaPlayer.OptionsApple.Flags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    Returns
    Type Description
    System.Boolean

    SetAllowExternalPlayback(MediaPlayer.OptionsApple.Flags, Boolean)

    Declaration
    public static MediaPlayer.OptionsApple.Flags SetAllowExternalPlayback(this MediaPlayer.OptionsApple.Flags flags, bool b)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    System.Boolean b
    Returns
    Type Description
    MediaPlayer.OptionsApple.Flags

    SetGenerateMipMaps(MediaPlayer.OptionsApple.Flags, Boolean)

    Declaration
    public static MediaPlayer.OptionsApple.Flags SetGenerateMipMaps(this MediaPlayer.OptionsApple.Flags flags, bool b)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    System.Boolean b
    Returns
    Type Description
    MediaPlayer.OptionsApple.Flags

    SetPlayWithoutBuffering(MediaPlayer.OptionsApple.Flags, Boolean)

    Declaration
    public static MediaPlayer.OptionsApple.Flags SetPlayWithoutBuffering(this MediaPlayer.OptionsApple.Flags flags, bool b)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    System.Boolean b
    Returns
    Type Description
    MediaPlayer.OptionsApple.Flags

    SetResumePlaybackAfterAudioSessionRouteChange(MediaPlayer.OptionsApple.Flags, Boolean)

    Declaration
    public static MediaPlayer.OptionsApple.Flags SetResumePlaybackAfterAudioSessionRouteChange(this MediaPlayer.OptionsApple.Flags flags, bool b)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    System.Boolean b
    Returns
    Type Description
    MediaPlayer.OptionsApple.Flags

    SetUseSinglePlayerItem(MediaPlayer.OptionsApple.Flags, Boolean)

    Declaration
    public static MediaPlayer.OptionsApple.Flags SetUseSinglePlayerItem(this MediaPlayer.OptionsApple.Flags flags, bool b)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    System.Boolean b
    Returns
    Type Description
    MediaPlayer.OptionsApple.Flags

    UseSinglePlayerItem(MediaPlayer.OptionsApple.Flags)

    Declaration
    public static bool UseSinglePlayerItem(this MediaPlayer.OptionsApple.Flags flags)
    Parameters
    Type Name Description
    MediaPlayer.OptionsApple.Flags flags
    Returns
    Type Description
    System.Boolean
    In This Article