Class CodecProfile
Inheritance
System.Object
CodecProfile
Assembly: MediaBrowser.Model.dll
public class CodecProfile
Constructors
Declaration
Properties
Declaration
public ProfileCondition[] ApplyConditions { get; set; }
Property Value
Declaration
public string Codec { 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 CodecType Type { get; set; }
Property Value
Methods
Declaration
public bool ContainsAnyCodec(ReadOnlyMemory<char>[] codec, ReadOnlySpan<char> container)
Parameters
Type |
Name |
Description |
System.ReadOnlyMemory<System.Char>[] |
codec |
|
System.ReadOnlySpan<System.Char> |
container |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool ContainsAnyCodec(ReadOnlySpan<char> codec, ReadOnlySpan<char> container)
Parameters
Type |
Name |
Description |
System.ReadOnlySpan<System.Char> |
codec |
|
System.ReadOnlySpan<System.Char> |
container |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public ReadOnlyMemory<char>[] GetCodecs()
Returns
Type |
Description |
System.ReadOnlyMemory<System.Char>[] |
|
Extension Methods