Interface ICodecInfoBase
Namespace: Emby.Media.Model.DiagnosticsModel
Assembly: Emby.Media.Model.dll
Syntax
public interface ICodecInfoBase
Properties
Description
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |