Click or drag to resize
EncoderConfigurationFactoryCreateAudioConfiguration Method (Codec, Int32, Int32, Int32, Int32)

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static AudioEncoderConfiguration CreateAudioConfiguration(
	Codec codec,
	int sampleFrequency,
	int channels,
	int bitsPerSample,
	int bitrate
)

Parameters

codec
Type: StreamCodersCodec
sampleFrequency
Type: SystemInt32
channels
Type: SystemInt32
bitsPerSample
Type: SystemInt32
bitrate
Type: SystemInt32

Return Value

Type: AudioEncoderConfiguration
See Also