PacketizedVideoBuffer Class |
Namespace: FM.IceLink
The PacketizedVideoBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| PacketizedVideoBuffer(Int32, Int32, DataBuffer, VideoFormat, RtpPacketHeader) |
Initializes a new instance of the PacketizedVideoBuffer class.
| |
| PacketizedVideoBuffer(Int32, Int32, DataBuffer, VideoFormat, RtpPacketHeader) |
Initializes a new instance of the PacketizedVideoBuffer class.
|
| Name | Description | |
|---|---|---|
| DataBuffer |
Gets or sets the data buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| DataBuffers |
Gets or sets the data buffers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| DynamicProperties |
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.) | |
| Format |
Gets or sets the format.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| Height |
Gets or sets the height.
(Inherited from VideoBuffer.) | |
| IsAbgr |
Gets a value indicating whether this buffer has ABGR video.
(Inherited from VideoBuffer.) | |
| IsArgb |
Gets a value indicating whether this buffer has ARGB video.
(Inherited from VideoBuffer.) | |
| IsBgr |
Gets a value indicating whether this buffer has BGR video.
(Inherited from VideoBuffer.) | |
| IsBgra |
Gets a value indicating whether this buffer has BGRA video.
(Inherited from VideoBuffer.) | |
| IsDirty |
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.) | |
| IsH264 |
Gets a value indicating whether this buffer has H.264 video.
(Inherited from VideoBuffer.) | |
| IsI420 |
Gets a value indicating whether this buffer has I420 video.
(Inherited from VideoBuffer.) | |
| IsKeyFrame |
Gets a value indicating whether this buffer contains a keyframe.
(Inherited from VideoBuffer.) | |
| IsMuted |
Gets a value indicating whether this instance has been muted.
(Inherited from VideoBuffer.) | |
| IsNv12 |
Gets a value indicating whether this buffer has NV12 video.
(Inherited from VideoBuffer.) | |
| IsNv21 |
Gets a value indicating whether this buffer has NV21 video.
(Inherited from VideoBuffer.) | |
| IsRaw |
Gets a value indicating whether this buffer has raw video.
(Inherited from VideoBuffer.) | |
| IsRgb |
Gets a value indicating whether this buffer has RGB video.
(Inherited from VideoBuffer.) | |
| IsRgba |
Gets a value indicating whether this buffer has RGBA video.
(Inherited from VideoBuffer.) | |
| IsRgbaType |
Gets a value indicating whether this buffer has raw RGBA, BGRA, ARGB, or ABGR video.
(Inherited from VideoBuffer.) | |
| IsRgbType |
Gets a value indicating whether this buffer has raw RGB or BGR video.
(Inherited from VideoBuffer.) | |
| IsVp8 |
Gets a value indicating whether this buffer has VP8 video.
(Inherited from VideoBuffer.) | |
| IsVp9 |
Gets a value indicating whether this buffer has VP9 video.
(Inherited from VideoBuffer.) | |
| IsYuvType |
Gets a value indicating whether this buffer has raw I420, YV12, NV12, or NV21 video.
(Inherited from VideoBuffer.) | |
| IsYv12 |
Gets a value indicating whether this buffer has YV12 video.
(Inherited from VideoBuffer.) | |
| LastSequenceNumber |
Gets or sets the last sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| Orientation |
Gets or sets the orientation.
(Inherited from VideoBuffer.) | |
| RecoveredByFec |
Gets or sets a value indicating whether this buffer contains
data recovered by forward error correction (FEC).
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpHeader |
Gets or sets the Rtp Packet Header for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpHeaders |
Gets or sets the Rtp Packet Headers for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpSequenceNumber |
Gets or sets the RTP sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| RtpSequenceNumbers |
Gets or sets the RTP sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SequenceNumber |
Gets or sets the sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SequenceNumbers |
Gets or sets the sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| SourceId |
Gets or sets the source identifier.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| Stride |
Gets or sets the stride.
(Inherited from VideoBuffer.) | |
| Strides |
Gets or sets the strides.
(Inherited from VideoBuffer.) | |
| Width |
Gets or sets the width.
(Inherited from VideoBuffer.) |
| Name | Description | |
|---|---|---|
| Clone |
Clones this instance.
(Inherited from VideoBuffer.) | |
| Convert(VideoFormat) |
Creates a new video buffer using the specified format.
(Inherited from VideoBuffer.) | |
| Convert(VideoFormat, DataBuffer) |
Creates a new video buffer using the specified format.
(Inherited from VideoBuffer.) | |
| CreateInstance |
Creates a new instance.
(Overrides VideoBufferCreateInstance.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Free |
Frees the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Keep |
Keeps the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Mute |
Mutes this instance. This is a one-way operation that clears
the underlying data buffer.
(Inherited from VideoBuffer.) | |
| SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
| ToJson |
Serializes this instance to JSON.
(Inherited from VideoBuffer.) | |
| ToPlanar |
Converts a planar representation of this
packed buffer, if in YUV-packed format.
Otherwise, returns the current buffer.
(Inherited from VideoBuffer.) | |
| ToString |
Returns a string that represents this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
| UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |