MP4GetRtpPacketBFrame - Get the B frame flag of an RTP packet
#include <mp4.h>
int8_t MP4GetRtpPacketBFrame(
MP4FileHandle hFile,
MP4TrackId hintTrackId,
u_int16_t packetIndex
)
Upon success, the state of the B frame flag for the specified packet. Upon an error, -1.
MP4GetRtpPacketBFrame returns the state of the B Frame flag of an RTP packet. See MP4AddRtpHint for a description of this flag.
MP4(3) MP4AddRtpHint(3) MP4ReadRtpPacket(3)