Click or drag to resize
IAudioDecoderBase Interface
Interface for all audio decoders.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IAudioDecoderBase : IDecoder, 
	ITransform, IDisposable

The IAudioDecoderBase type exposes the following members.

Properties
  NameDescription
Public propertyOutputQueue
Output queue that contains the results of the previous transformation.
(Inherited from ITransform.)
Top
Methods
  NameDescription
Public methodInit
Initialises this instance.
Public methodTransform
Transforms input buffer and returns the resulting status of the operations. Audio & Video codecs are derived from this interface.
(Inherited from ITransform.)
Top
See Also

Reference

SystemIDisposable