Class MPEGTSSinkSettings
MPEG-TS sink settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.Sinks
Assembly: VisioForge.Core.dll
Syntax
public class MPEGTSSinkSettings : IMediaBlockSettings
Constructors
MPEGTSSinkSettings()
Initializes a new instance of the MPEGTSSinkSettings class.
Declaration
public MPEGTSSinkSettings()
MPEGTSSinkSettings(string)
Initializes a new instance of the MPEGTSSinkSettings class.
Declaration
public MPEGTSSinkSettings(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
FileOutput
Gets or sets a value indicating whether file output is enabled. If not set, output is streamed to the output pin.
Declaration
public bool FileOutput { get; set; }
Property Value
Type | Description |
---|---|
bool |
|
Filename
Gets or sets the filename.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string |
M2TSMode
Gets or sets a value indicating whether m2ts mode is enabled. Set to TRUE to output Blu-Ray disc format with 192 byte packets. FALSE for standard TS format with 188 byte packets.
Declaration
public bool M2TSMode { get; set; }
Property Value
Type | Description |
---|---|
bool |
Metadata
Gets or sets the metadata.
Declaration
public IMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
IMetadata | The metadata. |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
Type | Description |
---|---|
MediaBlock | MediaBlock. |