| IVideoDecoderBase Interface |
Namespace: StreamCoders.Decoder
The IVideoDecoderBase 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.
| |
| Predict |
Predicts the given input buffer.
| |
| SetBufferProvider |
Sets buffer provider.
| |
| Transform |
Transforms input buffer and returns the resulting status of the operations. Audio &
Video codecs are derived from this interface.
(Inherited from ITransform.) |