Class EFLVSinkSettings
- Namespace
- VisioForge.Core.Types.X.Sinks
- Assembly
- VisioForge.Core.dll
Enhanced FLV (Flash Video) sink settings for creating FLV files with Enhanced RTMP (V2) support. Supports multiple audio and video tracks with advanced codecs like H.265 in FOURCC format.
public class EFLVSinkSettingsInheritance
Inherited Members
Constructors
EFLVSinkSettings()
Initializes a new instance of the VisioForge.Core.Types.X.Sinks.EFLVSinkSettings class with default settings.
public EFLVSinkSettings()EFLVSinkSettings(string)
Initializes a new instance of the VisioForge.Core.Types.X.Sinks.EFLVSinkSettings class with the specified filename.
public EFLVSinkSettings(string filename)Parameters
filenamestring-
The output filename for the Enhanced FLV file.
Properties
Filename
Gets or sets the output filename for the Enhanced FLV file.
public string Filename { get; set; }