Click or drag to resize
AdaptiveSampleDecode Method
Decodes the sample using the decoder provided along with the Track object.

Namespace: StreamCoders.Adaptive.Common
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> Decode()

Return Value

Type: MediaBufferByte
Returns decoded sample, otherwise null.
See Also