VideoBuffer Class |
Namespace: FM.IceLink
The VideoBuffer type exposes the following members.
Name | Description | |
---|---|---|
VideoBuffer |
Initializes a new instance of the VideoBuffer class.
| |
VideoBuffer(Int32, Int32, DataBuffer, VideoFormat) |
Initializes a new instance of the VideoBuffer class.
| |
VideoBuffer(Int32, Int32, DataBuffer, VideoFormat) |
Initializes a new instance of the VideoBuffer 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.
| |
IsAbgr |
Gets a value indicating whether this buffer has ABGR video.
| |
IsArgb |
Gets a value indicating whether this buffer has ARGB video.
| |
IsBgr |
Gets a value indicating whether this buffer has BGR video.
| |
IsBgra |
Gets a value indicating whether this buffer has BGRA video.
| |
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.
| |
IsI420 |
Gets a value indicating whether this buffer has I420 video.
| |
IsKeyFrame |
Gets a value indicating whether this buffer contains a keyframe.
| |
IsMuted |
Gets a value indicating whether this instance has been muted.
(Overrides MediaBufferTFormat, TBufferIsMuted.) | |
IsNv12 |
Gets a value indicating whether this buffer has NV12 video.
| |
IsNv21 |
Gets a value indicating whether this buffer has NV21 video.
| |
IsRaw |
Gets a value indicating whether this buffer has raw video.
| |
IsRgb |
Gets a value indicating whether this buffer has RGB video.
| |
IsRgba |
Gets a value indicating whether this buffer has RGBA video.
| |
IsRgbaType |
Gets a value indicating whether this buffer has raw RGBA, BGRA, ARGB, or ABGR video.
| |
IsRgbType |
Gets a value indicating whether this buffer has raw RGB or BGR video.
| |
IsVp8 |
Gets a value indicating whether this buffer has VP8 video.
| |
IsVp9 |
Gets a value indicating whether this buffer has VP9 video.
| |
IsYuvType |
Gets a value indicating whether this buffer has raw I420, YV12, NV12, or NV21 video.
| |
IsYv12 |
Gets a value indicating whether this buffer has YV12 video.
| |
LastSequenceNumber |
Gets or sets the last sequence number.
(Inherited from MediaBufferTFormat, TBuffer.) | |
Orientation |
Gets or sets the orientation.
| |
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.
| |
Strides |
Gets or sets the strides.
| |
Width |
Gets or sets the width.
|
Name | Description | |
---|---|---|
Clone |
Clones this instance.
(Overrides MediaBufferTFormat, TBufferClone.) | |
Convert(VideoFormat) |
Creates a new video buffer using the specified format.
| |
Convert(VideoFormat, DataBuffer) |
Creates a new video buffer using the specified format.
| |
CreateBlack |
Creates a black (0, 0, 0) video buffer with the specified width/height.
| |
CreateBlue |
Creates a blue (0, 0, 255) video buffer with the specified width/height.
| |
CreateCustom(Int32, Int32, Int32, Int32, Int32, String) |
Creates a custom video buffer with the specified width/height and red/green/blue values
for the specified format name. If the format is not supported, returns null.
| |
CreateCustom(Int32, Int32, Int32, Int32, Int32, String, DataBuffer) |
Creates a custom video buffer with the specified width/height and red/green/blue values
for the specified format name. If the format is not supported, returns null.
| |
CreateCyan |
Creates a cyan (0, 255, 255) video buffer with the specified width/height.
| |
CreateDarkBlue |
Creates a dark blue (0, 0, 128) video buffer with the specified width/height.
| |
CreateDarkGreen |
Creates a dark green (0, 128, 0) video buffer with the specified width/height.
| |
CreateDarkRed |
Creates a dark red (128, 0, 0) video buffer with the specified width/height.
| |
CreateGray |
Creates a gray (255, 255, 255) video buffer with the specified width/height.
| |
CreateGreen |
Creates a green (0, 255, 0) video buffer with the specified width/height.
| |
CreateInstance |
Creates a new instance.
(Overrides MediaBufferTFormat, TBufferCreateInstance.) | |
CreateMagenta |
Creates a magenta (255, 0, 255) video buffer with the specified width/height.
| |
CreateOlive |
Creates an olive (128, 128, 0) video buffer with the specified width/height.
| |
CreatePurple |
Creates a purple (128, 0, 128) video buffer with the specified width/height.
| |
CreateRed |
Creates a red (255, 0, 0) video buffer with the specified width/height.
| |
CreateTeal |
Creates a teal (0, 128, 128) video buffer with the specified width/height.
| |
CreateWhite |
Creates a white (255, 255, 255) video buffer with the specified width/height.
| |
CreateYellow |
Creates a yellow (255, 255, 0) video buffer with the specified width/height.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Free |
Frees the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
FromJson |
Deserializes an instance from JSON.
| |
FromJsonArray |
Deserializes an array of instances from JSON.
| |
GetDynamicValue |
Gets a property value from the local cache.
(Inherited from Dynamic.) | |
GetHashCode | (Inherited from Object.) | |
GetMinimumBufferLength |
Gets the minimum data buffer length for a given width, height, and format.
| |
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.
(Overrides MediaBufferTFormat, TBufferMute.) | |
SetDynamicValue |
Sets a property value in the local cache.
(Inherited from Dynamic.) | |
ToJson |
Serializes this instance to JSON.
| |
ToJson(VideoBuffer) |
Serializes an instance to JSON.
| |
ToJsonArray |
Serializes an array of instances to JSON.
| |
ToPlanar |
Converts a planar representation of this
packed buffer, if in YUV-packed format.
Otherwise, returns the current buffer.
| |
ToString |
Returns a string that represents this instance.
(Inherited from MediaBufferTFormat, TBuffer.) | |
UnsetDynamicValue |
Unsets a property value in the local cache.
(Inherited from Dynamic.) |