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.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override MediaBuffer<byte> GetAssembledFrame()
Public Overrides Function GetAssembledFrame As MediaBuffer(Of Byte)
public:
virtual MediaBuffer<unsigned char>^ GetAssembledFrame() override
abstract GetAssembledFrame : unit -> MediaBuffer<byte>
override GetAssembledFrame : unit -> MediaBuffer<byte>
Return Value
Type:
MediaBufferByte
The assembled frame.
See Also Reference
[M:StreamCoders.Rtp.RTPFrame.GetAssembledFrame()]