AdaptiveSampleDecode Method |
Decodes the sample using the decoder provided along with the Track object.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic MediaBuffer<byte> Decode()
Public Function Decode As MediaBuffer(Of Byte)
public:
MediaBuffer<unsigned char>^ Decode()
member Decode : unit -> MediaBuffer<byte>
Return Value
Type:
MediaBufferByte
Returns decoded sample, otherwise null.
See Also