Class RequestedStreamInfo
  
  
  
  
    Inheritance
    System.Object
    RequestedStreamInfo
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class RequestedStreamInfo
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public int? AudioChannels { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int? Bitrate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string[] Codecs { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public int Index { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool IsDefault { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public MediaStream OriginalStream { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public int? SampleRate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<System.Int32> |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public SubtitleDeliveryMethod SubtitleDeliveryMethod { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string[] SuppportedCodecs { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String[] |  | 
    
  
  Extension Methods