Class VpStepInfo
Inheritance
System.Object
VpStepInfo
Assembly: MediaBrowser.Model.dll
public abstract class VpStepInfo
Properties
Declaration
public string FfmpegDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FfmpegName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FfmpegOptions { get; set; }
Property Value
Type |
Description |
System.String |
|
HardwareContextName
Declaration
public abstract string HardwareContextName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsHardwareContext
Declaration
public abstract bool IsHardwareContext { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Param { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ParamShort { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual string Short { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public abstract VpStepTypes StepType { get; set; }
Property Value
Declaration
public abstract string StepTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods