Class OptionsAppleExtensions
Inheritance
System.Object
OptionsAppleExtensions
Assembly: cs.temp.dll.dll
public static class OptionsAppleExtensions
Methods
Declaration
public static bool AllowExternalPlayback(this MediaPlayer.OptionsApple.Flags flags)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool GenerateMipmaps(this MediaPlayer.OptionsApple.Flags flags)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool PlayWithoutBuffering(this MediaPlayer.OptionsApple.Flags flags)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static bool ResumePlaybackAfterAudioSessionRouteChange(this MediaPlayer.OptionsApple.Flags flags)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public static MediaPlayer.OptionsApple.Flags SetAllowExternalPlayback(this MediaPlayer.OptionsApple.Flags flags, bool b)
Parameters
Returns
Declaration
public static MediaPlayer.OptionsApple.Flags SetGenerateMipMaps(this MediaPlayer.OptionsApple.Flags flags, bool b)
Parameters
Returns
Declaration
public static MediaPlayer.OptionsApple.Flags SetPlayWithoutBuffering(this MediaPlayer.OptionsApple.Flags flags, bool b)
Parameters
Returns
Declaration
public static MediaPlayer.OptionsApple.Flags SetResumePlaybackAfterAudioSessionRouteChange(this MediaPlayer.OptionsApple.Flags flags, bool b)
Parameters
Returns
Declaration
public static MediaPlayer.OptionsApple.Flags SetUseSinglePlayerItem(this MediaPlayer.OptionsApple.Flags flags, bool b)
Parameters
Returns
Declaration
public static bool UseSinglePlayerItem(this MediaPlayer.OptionsApple.Flags flags)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|