|
static int | getNaluLength (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Gets the NALU length at the specified offset. More...
|
|
static int | getNaluType (fm.liveswitch.DataBuffer encodedFrame) |
| Gets the NALU type. More...
|
|
static int | getNaluType (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Gets the NALU type at the specified offset. More...
|
|
static int[] | getNaluTypes (fm.liveswitch.DataBuffer encodedFrame) |
| Gets the NALU types. More...
|
|
static fm.liveswitch.NullableInteger | getPacketizationMode (fm.liveswitch.sdp.FormatParametersAttribute formatParametersAttribute) |
| Gets the packetization mode from an H.264 format parameters attribute. More...
|
|
static fm.liveswitch.NullableInteger | getPacketizationMode (fm.liveswitch.sdp.rtp.MapAttribute rtpMapAttribute) |
| Gets the packetization mode from the related format parameters attribute of an H.264 RTP map attribute. More...
|
|
static fm.liveswitch.h264.ProfileLevelId | getProfileLevelId (fm.liveswitch.sdp.FormatParametersAttribute formatParametersAttribute) |
| Gets the prolfile level id from an H.264 format parameters attribute. More...
|
|
static fm.liveswitch.h264.ProfileLevelId | getProfileLevelId (fm.liveswitch.sdp.rtp.MapAttribute rtpMapAttribute) |
| Gets the profile level id from the related format parameters attribute of an H.264 RTP map attribute. More...
|
|
static int | getStartCodeLength (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Gets the start code length at the specified offset. More...
|
|
static int[] | getSupportedPacketizationModes () |
| Gets the supported packetization modes. More...
|
|
static int[] | getSupportedProfileIdcs () |
| Gets the supported profile ID codes. More...
|
|
static boolean | isAud (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with an AUD NALU. More...
|
|
static boolean | isAud (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with an AUD NALU. More...
|
|
static boolean | isIdr (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with an IDR NALU. More...
|
|
static boolean | isIdr (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with an IDR NALU. More...
|
|
static boolean | isKeyFrame (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with a keyframe (IDR, PPS, or SPS). More...
|
|
static boolean | isNaluType (int naluType, fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with a given NALU type. More...
|
|
static boolean | isPps (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with a PPS NALU. More...
|
|
static boolean | isPps (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with a PPS NALU. More...
|
|
static boolean | isSps (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with an SPS NALU. More...
|
|
static boolean | isSps (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with an SPS NALU. More...
|
|
static fm.liveswitch.DataBuffer | trimAud (fm.liveswitch.DataBuffer encodedFrame) |
| Trims an AUD NALU from the start of the encoded frame, if one exists. More...
|
|