BLT_MediaPacket flags
[BLT_MediaPacket class]


Defines

#define BLT_MEDIA_PACKET_FLAG_START_OF_STREAM   0x01
 This flag indicates that this packet contains the start of a stream (the first byte of the payload must be the start of the stream, or the payload must be empty).
#define BLT_MEDIA_PACKET_FLAG_END_OF_STREAM   0x02
 This flag indicates that this packet contains the end of a stream (the last byte of the payload must be the end of the stream, or the payload must be empty).
#define BLT_MEDIA_PACKET_FLAG_STREAM_DISCONTINUITY   0x04
 This flag indicates that there has been a discontinuity in the stream (packet loss, or seek).
#define BLT_MEDIA_PACKET_FLAG_STREAM_METADATA   0x08
 This flag indicates that the payload of the packet represents stream metadata (such as a stream header).

Define Documentation

#define BLT_MEDIA_PACKET_FLAG_STREAM_METADATA   0x08

This flag indicates that the payload of the packet represents stream metadata (such as a stream header).

It is not required that the packet payload only contains metadata.