Public Member Functions | |
| Utility () | |
Static Public Member Functions | |
| 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 | getStartCodeLength (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Gets the start code length at the specified offset. 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, VPS, 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 boolean | isVps (fm.liveswitch.DataBuffer encodedFrame) |
| Determines whether the encoded frame starts with a VPS NALU. More... | |
| static boolean | isVps (fm.liveswitch.DataBuffer encodedFrame, int offset) |
| Determines whether the encoded frame starts with an VPS NALU. More... | |
Utility methods.
| fm.liveswitch.h265.Utility.Utility | ( | ) |
|
static |
Gets the NALU type.
| encodedFrame | The encoded frame. |
|
static |
Gets the NALU type at the specified offset.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Gets the start code length at the specified offset.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Determines whether the encoded frame starts with an IDR NALU.
| encodedFrame | The encoded frame. |
|
static |
Determines whether the encoded frame starts with an IDR NALU.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Determines whether the encoded frame starts with a keyframe (IDR, VPS, PPS, or SPS).
| encodedFrame | The encoded frame. |
|
static |
Determines whether the encoded frame starts with a given NALU type.
| naluType | The NALU type. |
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Determines whether the encoded frame starts with a PPS NALU.
| encodedFrame | The encoded frame. |
|
static |
Determines whether the encoded frame starts with a PPS NALU.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Determines whether the encoded frame starts with an SPS NALU.
| encodedFrame | The encoded frame. |
|
static |
Determines whether the encoded frame starts with an SPS NALU.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |
|
static |
Determines whether the encoded frame starts with a VPS NALU.
| encodedFrame | The encoded frame. |
|
static |
Determines whether the encoded frame starts with an VPS NALU.
| encodedFrame | The encoded frame. |
| offset | The offset into the encoded frame. |