Class MPEGTSOutput
MPEG-TS output settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public sealed class MPEGTSOutput : MFBaseOutput, IVideoCaptureBaseOutput
Constructors
MPEGTSOutput()
Initializes a new instance of the MPEGTSOutput class.
Declaration
public MPEGTSOutput()
Methods
GetInternalTypeVC()
Gets internal output format.
Declaration
public VideoCaptureOutputFormat GetInternalTypeVC()
Returns
| Type | Description |
|---|---|
| VideoCaptureOutputFormat | Returns VideoCaptureOutputFormat. |
Load(string)
Loads.
Declaration
public static MPEGTSOutput Load(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | JSON string. |
Returns
| Type | Description |
|---|---|
| MPEGTSOutput | The string. |
Save()
Saves.
Declaration
public string Save()
Returns
| Type | Description |
|---|---|
| string | The string. |