Class M4AOutput
M4A (AAC) output settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Output
Assembly: VisioForge.Core.dll
Syntax
public class M4AOutput : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutput
Constructors
M4AOutput(string)
Initializes a new instance of the M4AOutput class.
Declaration
public M4AOutput(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Audio
Gets or sets the audio encoder settings. Supported encoders: VOAACEncoderSettings, AVENCAACEncoderSettings, MFAACEncoderSettings.
Declaration
public IAACEncoderSettings Audio { get; set; }
Property Value
Type | Description |
---|---|
IAACEncoderSettings |
CustomAudioProcessor
Gets or sets the custom audio processor block.
Declaration
public MediaBlock CustomAudioProcessor { get; set; }
Property Value
Type | Description |
---|---|
MediaBlock | The custom audio processor. |
Sink
Gets or sets the sink settings.
Declaration
public MP4SinkSettings Sink { get; set; }
Property Value
Type | Description |
---|---|
MP4SinkSettings |
Methods
GetAudioEncoders()
Gets the audio encoders.
Declaration
public Tuple<string, Type>[] GetAudioEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
GetFilename()
Gets the filename.
Declaration
public string GetFilename()
Returns
Type | Description |
---|---|
string | System.String. |
GetVideoEncoders()
Gets the video encoders.
Declaration
public Tuple<string, Type>[] GetVideoEncoders()
Returns
Type | Description |
---|---|
Tuple<string, Type>[] | Tuple<System.String, Type>[]. |
SetFilename(string)
Sets the filename.
Declaration
public void SetFilename(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |