| IAudioDecoderBase Interface |
Namespace: StreamCoders.Decoder
The IAudioDecoderBase type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputQueue |
Output queue that contains the results of the previous transformation.
(Inherited from ITransform.) |
| Name | Description | |
|---|---|---|
| Init | Initialises this instance. | |
| Transform |
Transforms input buffer and returns the resulting status of the operations. Audio &
Video codecs are derived from this interface.
(Inherited from ITransform.) |