Class ProfileInformation
Class for unified presentation of all information associated with a specific codec profile.
Inheritance
System.Object
ProfileInformation
Namespace: Emby.Media.Model.Types
Assembly: Emby.Media.Model.dll
Syntax
public class ProfileInformation
Constructors
ProfileInformation(String, String, String, String, IEnumerable<Int32>)
Declaration
public ProfileInformation(string shortName, string description, string details, string id, IEnumerable<int> bitDepths)
Parameters
Type | Name | Description |
---|---|---|
System.String | shortName | |
System.String | description | |
System.String | details | |
System.String | id | |
System.Collections.Generic.IEnumerable<System.Int32> | bitDepths |
Properties
BitDepths
Gets the bit depths.
Declaration
public ReadOnlyCollection<int> BitDepths { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32> | The bit depths. |
Description
Gets the common name of the profile.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The common name of the profile. |
Details
Gets detail information about the profile.
Declaration
public string Details { get; }
Property Value
Type | Description |
---|---|
System.String | A string containing detail information about the profile. |
Id
Gets a unique identifier.
Declaration
public string Id { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
ShortName
Gets the enum member name of the profile.
Declaration
public string ShortName { get; }
Property Value
Type | Description |
---|---|
System.String | The enum member name of the profile. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()