Class EncodingJobOptions
Inherited Members
Namespace: MediaBrowser.Controller.MediaEncoding
Assembly: MediaBrowser.Controller.dll
Syntax
public sealed class EncodingJobOptions : BaseEncodingJobOptions
Constructors
EncodingJobOptions(StreamInfo, DeviceProfile)
Declaration
public EncodingJobOptions(StreamInfo info, DeviceProfile deviceProfile)
Parameters
Type | Name | Description |
---|---|---|
StreamInfo | info | |
DeviceProfile | deviceProfile |
Properties
DeviceProfile
Declaration
public DeviceProfile DeviceProfile { get; set; }
Property Value
Type | Description |
---|---|
DeviceProfile |
LogFileNamePrefix
Declaration
public string LogFileNamePrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaSource
Declaration
public MediaSourceInfo MediaSource { get; set; }
Property Value
Type | Description |
---|---|
MediaSourceInfo |
OnStarted
Declaration
public Action OnStarted { get; set; }
Property Value
Type | Description |
---|---|
System.Action |
OutputFilePath
Declaration
public string OutputFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReadInputAtNativeFramerate
Declaration
public bool ReadInputAtNativeFramerate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TempDirectory
Declaration
public string TempDirectory { get; set; }
Property Value
Type | Description |
---|---|
System.String |