Class TranscodingInfo
Inheritance
System.Object
TranscodingInfo
Assembly: MediaBrowser.Model.dll
public class TranscodingInfo
Constructors
Declaration
Properties
Declaration
public int? AudioBitrate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? AudioChannels { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string AudioCodec { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Obsolete("Deprecated, please use ProcessStatistics instead")]
public double? AverageCpuUsage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public int? Bitrate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public double? CompletionPercentage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public string Container { get; set; }
Property Value
Type |
Description |
System.String |
|
CpuHistory
Declaration
[Obsolete("Deprecated, please use ProcessStatistics instead")]
public Tuple<double, double>[] CpuHistory { get; set; }
Property Value
Type |
Description |
System.Tuple<System.Double, System.Double>[] |
|
Declaration
[Obsolete("Deprecated, please use ProcessStatistics instead")]
public double? CurrentCpuUsage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public int? CurrentThrottle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public float? Framerate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public int? Height { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool IsAudioDirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsVideoDirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ProcessStatistics ProcessStatistics { get; set; }
Property Value
Declaration
public string SubProtocol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public VideoPipelineInfo[] SubtitlePipelineInfos { get; set; }
Property Value
Declaration
public TranscodeReason[] TranscodeReasons { get; set; }
Property Value
Declaration
public double? TranscodingPositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public double? TranscodingStartPositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
Declaration
public int? VideoBitrate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string VideoCodec { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string VideoDecoder { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string VideoDecoderHwAccel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool VideoDecoderIsHardware { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string VideoDecoderMediaType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string VideoEncoder { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string VideoEncoderHwAccel { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool VideoEncoderIsHardware { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string VideoEncoderMediaType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public VideoPipelineInfo VideoPipelineInfo { get; set; }
Property Value
Declaration
public int? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods