Click or drag to resize

Utility Class

Utility methods.
Inheritance Hierarchy
SystemObject
  FM.IceLink.H264Utility

Namespace:  FM.IceLink.H264
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)

The Utility type exposes the following members.

Constructors
  NameDescription
Public methodUtility
Initializes a new instance of the Utility class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetNaluLength
Gets the NALU length at the specified offset.
Public methodStatic memberGetStartCodeLength
Gets the start code length at the specified offset.
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsAud(DataBuffer)
Determines whether the encoded frame starts with an AUD NALU.
Public methodStatic memberIsAud(DataBuffer, Int32)
Determines whether the encoded frame starts with an AUD NALU.
Public methodStatic memberIsIdr(DataBuffer)
Determines whether the encoded frame starts with an IDR NALU.
Public methodStatic memberIsIdr(DataBuffer, Int32)
Determines whether the encoded frame starts with an IDR NALU.
Public methodStatic memberIsKeyFrame
Determines whether the encoded frame starts with a keyframe (IDR, PPS, or SPS).
Public methodStatic memberIsNaluType
Determines whether the encoded frame starts with a given NALU type.
Public methodStatic memberIsPps(DataBuffer)
Determines whether the encoded frame starts with a PPS NALU.
Public methodStatic memberIsPps(DataBuffer, Int32)
Determines whether the encoded frame starts with a PPS NALU.
Public methodStatic memberIsSps(DataBuffer)
Determines whether the encoded frame starts with an SPS NALU.
Public methodStatic memberIsSps(DataBuffer, Int32)
Determines whether the encoded frame starts with an SPS NALU.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberTrimAud
Trims an AUD NALU from the start of the encoded frame, if one exists.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also