Class DirectPlayProfile
  
  
  
  
    Inheritance
    System.Object
    DirectPlayProfile
   
  
  Assembly: MediaBrowser.Model.dll
  
  
    public class DirectPlayProfile
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public string AudioCodec { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public string Container { 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 bool SupportsAudioCodec(ReadOnlySpan<char> codec)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ReadOnlySpan<System.Char> | codec |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool SupportsContainer(ReadOnlySpan<char> container)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ReadOnlySpan<System.Char> | container |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public bool SupportsVideoCodec(ReadOnlySpan<char> codec)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.ReadOnlySpan<System.Char> | codec |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  Extension Methods