Utility Methods |
The Utility type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetNaluLength |
Gets the NALU length at the specified offset.
|
![]() ![]() | GetStartCodeLength |
Gets the start code length at the specified offset.
|
![]() | GetType | (Inherited from Object.) |
![]() ![]() | IsAud(DataBuffer) |
Determines whether the encoded frame starts with an AUD NALU.
|
![]() ![]() | IsAud(DataBuffer, Int32) |
Determines whether the encoded frame starts with an AUD NALU.
|
![]() ![]() | IsIdr(DataBuffer) |
Determines whether the encoded frame starts with an IDR NALU.
|
![]() ![]() | IsIdr(DataBuffer, Int32) |
Determines whether the encoded frame starts with an IDR NALU.
|
![]() ![]() | IsKeyFrame |
Determines whether the encoded frame starts with a keyframe (IDR, PPS, or SPS).
|
![]() ![]() | IsNaluType |
Determines whether the encoded frame starts with a given NALU type.
|
![]() ![]() | IsPps(DataBuffer) |
Determines whether the encoded frame starts with a PPS NALU.
|
![]() ![]() | IsPps(DataBuffer, Int32) |
Determines whether the encoded frame starts with a PPS NALU.
|
![]() ![]() | IsSps(DataBuffer) |
Determines whether the encoded frame starts with an SPS NALU.
|
![]() ![]() | IsSps(DataBuffer, Int32) |
Determines whether the encoded frame starts with an SPS NALU.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() ![]() | TrimAud |
Trims an AUD NALU from the start of the encoded frame, if one exists.
|