Class MediaPlayer.OptionsAndroid
  
  
  
  
    Inheritance
    System.Object
    
    MediaPlayer.OptionsAndroid
   
  
    Implements
    ISerializationCallbackReceiver
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    [Serializable]
public class OptionsAndroid : MediaPlayer.PlatformOptions
   
  Fields
  
  
  
  
  Declaration
  
    public Audio360ChannelMode audio360ChannelMode
   
  Field Value
  
  
  
  
  Declaration
  
    public int audio360LatencyMS
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
    public Android.AudioOutput audioOutput
   
  Field Value
  
  blitTextureFiltering
  
  
  Declaration
  
    public Android.TextureFiltering blitTextureFiltering
   
  Field Value
  
  
  
  
  Declaration
  
    public int bufferForPlaybackAfterRebufferMs
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
    public int bufferForPlaybackMs
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
    public bool forceEnableMediaCodecAsyncQueueing
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Declaration
  
    public bool preferSoftwareDecoder
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  showPosterFrame
  
  
  Declaration
  
    public bool showPosterFrame
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Declaration
  
    public bool startWithHighestBitrate
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Declaration
  
    public bool useFastOesPath
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  Declaration
  
    public Android.VideoApi videoApi
   
  Field Value
  
  Properties
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsAndroid.Resolution preferredMaximumResolution { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public float preferredPeakBitRate { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsAndroid.BitRateUnits preferredPeakBitRateUnits { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  
  Declaration
  
    public double GetPreferredPeakBitRateInBitsPerSecond()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public bool HasChanged(MediaPlayer.OptionsAndroid.ChangeFlags flags = MediaPlayer.OptionsAndroid.ChangeFlags.All, bool bClearFlags = false)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public override bool IsModified()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  
  
  
  
  Declaration
  
    public override bool StartWithHighestBandwidth()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides
  
  Implements
  
      ISerializationCallbackReceiver