Class MFBaseOutput
Base output for all Windows Foundation formats.
Inherited Members
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public class MFBaseOutput
Constructors
MFBaseOutput()
Initializes a new instance of the MFBaseOutput class.
Declaration
public MFBaseOutput()
Properties
Audio
Gets or sets audio settings.
Declaration
public M4AOutput Audio { get; set; }
Property Value
Type | Description |
---|---|
M4AOutput |
Video
Gets or sets video settings.
Declaration
public MFVideoEncoderSettings Video { get; set; }
Property Value
Type | Description |
---|---|
MFVideoEncoderSettings |