Click or drag to resize
QuickTimeFrameGetAssembledFrame Method
Assembles the payloads in the packets of this frame into one array of Byte. This may have to be called multiple times as there can be multiple frames in the payload(s).

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override MediaBuffer<byte> GetAssembledFrame()

Return Value

Type: MediaBufferByte
The assembled frame.
See Also

Reference

[M:StreamCoders.Rtp.RTPFrame.GetAssembledFrame()]