Class FFMPEGStream
FFMPEG stream.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEdit
Assembly: VisioForge.Core.dll
Syntax
public class FFMPEGStream
Properties
Filename
Gets or sets file name.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string |
ID
Gets or sets ID. "v" for video, "a" for audio, "s" for subtitles, "0", "1", etc for a specific stream index.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |