Class MPEGTSOutput
- Namespace
- VisioForge.Core.Types.Output
- Assembly
- VisioForge.Core.dll
MPEG-TS output settings.
public sealed class MPEGTSOutput : MFBaseOutput, IVideoCaptureBaseOutputInheritance
Implements
Inherited Members
Constructors
MPEGTSOutput()
Initializes a new instance of the VisioForge.Core.Types.Output.MPEGTSOutput class.
public MPEGTSOutput()Properties
KLVEnabled
Gets or sets a value indicating whether KLV metadata stream is enabled. When enabled, SMPTE KLV data from the source will be muxed into the output MPEG-TS file.
public bool KLVEnabled { get; set; }Property Value
Methods
GetInternalTypeVC()
Gets internal output format.
public VideoCaptureOutputFormat GetInternalTypeVC()Returns
- VideoCaptureOutputFormat
-
Returns VisioForge.Core.Types.VideoCapture.VideoCaptureOutputFormat.
Load(string)
Loads.
public static MPEGTSOutput Load(string json)Parameters
jsonstring-
JSON string.
Returns
- MPEGTSOutput
-
The String.
Save()
Saves.
public string Save()