Class ResponseProfile
  
  
  
  
    Inheritance
    System.Object
    ResponseProfile
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class ResponseProfile
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string AudioCodec { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ProfileCondition[] Conditions { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string Container { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string MimeType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string OrgPn { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public DlnaProfileType Type { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public string VideoCodec { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    public ReadOnlyMemory<char>[] GetAudioCodecs()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.ReadOnlyMemory<System.Char>[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ReadOnlyMemory<char>[] GetContainers()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.ReadOnlyMemory<System.Char>[] |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ReadOnlyMemory<char>[] GetVideoCodecs()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.ReadOnlyMemory<System.Char>[] |  | 
    
  
  Extension Methods