Interface ITestEncodingJobInfo
Assembly: MediaBrowser.Controller.dll
public interface ITestEncodingJobInfo
Properties
Declaration
Task<bool> AwaitableTask { get; }
Property Value
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Declaration
string CommandLine { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
long? EncodingDurationTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
Property Value
Type |
Description |
System.Guid |
|
Declaration
MediaSourceInfo MediaSource { get; set; }
Property Value
Declaration
string OutputContainer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
string OutputFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
int? OutputHeight { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
string OutputSubProtocol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
int? OutputVideoBitrate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
string OutputVideoCodec { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
int? OutputWidth { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
int? TotalOutputBitrate { get; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
MediaStream VideoStream { get; set; }
Property Value
Extension Methods