Class CodecConfiguration
Inheritance
System.Object
CodecConfiguration
Namespace: MediaBrowser.Model.Configuration
Assembly: MediaBrowser.Model.dll
Syntax
public class CodecConfiguration
Properties
CodecId
Gets or sets the codec identifier.
Declaration
public string CodecId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The codec identifier. |
IsEnabled
Gets or sets a value indicating whether the codec is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Priority
Gets or sets the selection priority for the codec.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The priority. |
Remarks
Higher values mean higher priority.