Class MediaPlayer.OptionsApple
  
  
  
  
    Inheritance
    System.Object
    
    MediaPlayer.OptionsApple
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    [Serializable]
public class OptionsApple : MediaPlayer.PlatformOptions
   
  Constructors
  
  
  OptionsApple(MediaPlayer.OptionsApple.TextureFormat, MediaPlayer.OptionsApple.Flags)
  
  
  Declaration
  
    public OptionsApple(MediaPlayer.OptionsApple.TextureFormat defaultTextureFormat, MediaPlayer.OptionsApple.Flags defaultFlags)
   
  Parameters
  
  Fields
  
  
  
  
  Declaration
  
    public float maximumPlaybackRate
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  textureFormat
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.TextureFormat textureFormat
   
  Field Value
  
  Properties
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.AudioMode audioMode { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.Flags flags { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public double preferredForwardBufferDuration { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.Resolution preferredMaximumResolution { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public float preferredPeakBitRate { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Single | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.BitRateUnits preferredPeakBitRateUnits { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public MediaPlayer.OptionsApple.AudioMode previousAudioMode { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  Declaration
  
    public void ClearChanges()
   
  
  
  
  
  Declaration
  
    public double GetPreferredPeakBitRateInBitsPerSecond()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public bool HasChanged(MediaPlayer.OptionsApple.ChangeFlags flags = MediaPlayer.OptionsApple.ChangeFlags.All)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  
  Declaration
  
    public override bool IsModified()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  Overrides