Class AudioMixerSettings
Audio mixer settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class AudioMixerSettings
Properties
Format
Gets or sets the audio format that will be used in mixer.
Declaration
public AudioInfoX Format { get; set; }
Property Value
Type | Description |
---|---|
AudioInfoX | The audio format. |