Class IBasicAudioSettings
FFMPEG EXE basic audio settings interface.
Inherited Members
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public class IBasicAudioSettings
Properties
Bitrate
Gets or sets FFMPEG EXE audio bitrate.
Declaration
public int Bitrate { get; set; }
Property Value
Type | Description |
---|---|
int |
Channels
Gets or sets FFMPEG EXE audio channels.
Declaration
public int Channels { get; set; }
Property Value
Type | Description |
---|---|
int |
Encoder
Gets or sets FFMPEG EXE audio encoder.
Declaration
public AudioEncoder Encoder { get; set; }
Property Value
Type | Description |
---|---|
AudioEncoder |
Mode
Gets or sets mode.
Declaration
public AudioMode Mode { get; set; }
Property Value
Type | Description |
---|---|
AudioMode |
Quality
Gets or sets quality.
Declaration
public int Quality { get; set; }
Property Value
Type | Description |
---|---|
int |
SampleRate
Gets or sets FFMPEG EXE audio sample rate.
Declaration
public int SampleRate { get; set; }
Property Value
Type | Description |
---|---|
int |