Click or drag to resize

VideoBuffer Properties

The VideoBuffer type exposes the following members.

Properties
  NameDescription
Public propertyDataBuffer
Gets or sets the data buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyDataBuffers
Gets or sets the data buffers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyFormat
Gets or sets the format.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyHeight
Gets or sets the height.
Public propertyIsAbgr
Gets a value indicating whether this buffer has ABGR video.
Public propertyIsArgb
Gets a value indicating whether this buffer has ARGB video.
Public propertyIsBgr
Gets a value indicating whether this buffer has BGR video.
Public propertyIsBgra
Gets a value indicating whether this buffer has BGRA video.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyIsH264
Gets a value indicating whether this buffer has H.264 video.
Public propertyIsI420
Gets a value indicating whether this buffer has I420 video.
Public propertyIsKeyFrame
Gets a value indicating whether this buffer contains a keyframe.
Public propertyIsMuted
Gets a value indicating whether this instance has been muted.
(Overrides MediaBufferTFormat, TBufferIsMuted.)
Public propertyIsNv12
Gets a value indicating whether this buffer has NV12 video.
Public propertyIsNv21
Gets a value indicating whether this buffer has NV21 video.
Public propertyIsRaw
Gets a value indicating whether this buffer has raw video.
Public propertyIsRgb
Gets a value indicating whether this buffer has RGB video.
Public propertyIsRgba
Gets a value indicating whether this buffer has RGBA video.
Public propertyIsRgbaType
Gets a value indicating whether this buffer has raw RGBA, BGRA, ARGB, or ABGR video.
Public propertyIsRgbType
Gets a value indicating whether this buffer has raw RGB or BGR video.
Public propertyIsVp8
Gets a value indicating whether this buffer has VP8 video.
Public propertyIsVp9
Gets a value indicating whether this buffer has VP9 video.
Public propertyIsYuvType
Gets a value indicating whether this buffer has raw I420, YV12, NV12, or NV21 video.
Public propertyIsYv12
Gets a value indicating whether this buffer has YV12 video.
Public propertyLastSequenceNumber
Gets or sets the last sequence number.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyOrientation
Gets or sets the orientation.
Public propertyRecoveredByFec
Gets or sets a value indicating whether this buffer contains data recovered by forward error correction (FEC).
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpHeader
Gets or sets the Rtp Packet Header for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpHeaders
Gets or sets the Rtp Packet Headers for this media buffer.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpSequenceNumber
Gets or sets the RTP sequence number.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyRtpSequenceNumbers
Gets or sets the RTP sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySequenceNumber
Gets or sets the sequence number.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySequenceNumbers
Gets or sets the sequence numbers.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertySourceId
Gets or sets the source identifier.
(Inherited from MediaBufferTFormat, TBuffer.)
Public propertyStride
Gets or sets the stride.
Public propertyStrides
Gets or sets the strides.
Public propertyWidth
Gets or sets the width.
Top
See Also