| H264FrameCreator Class |
Namespace: StreamCoders.Rtp
The H264FrameCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| H264FrameCreator |
Constructor.
|
| Name | Description | |
|---|---|---|
| SequenceNumber |
Is the next sequence number to be used for packetization.
(Inherited from FrameCreator.) | |
| Timestamp |
Is the initial timestamp to be used for packetization.
(Inherited from FrameCreator.) |
| Name | Description | |
|---|---|---|
| CreateFrame | Creates an RTP frame according to Packetization Mode 1 specification coming from an encoder. (Overrides FrameCreatorCreateFrame(MediaBufferByte).) | |
| CreateFrameFromAccessUnit |
Creates RFC 3984 packetization from one or more ISO 14496-15 access unit(s).
|
| Name | Description | |
|---|---|---|
| LengthSizeMinusOne |
The length indication for NALU. This will hardly ever be different to 3. It is specified
in the SPS of the corresponding H.264 stream.
|
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |