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