Click or drag to resize
AC3DecoderInit Method
This initializes the decoder. Call the setter functions before this function.

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override AudioDecoderConfiguration Init(
	AudioDecoderConfiguration configuration
)

Parameters

configuration
Type: StreamCoders.DecoderAudioDecoderConfiguration

Return Value

Type: AudioDecoderConfiguration
Returns true when the initialization was successful. Otherwise false.

Implements

IAudioDecoderBaseInit(AudioDecoderConfiguration)
See Also