| VideoBuffer Properties | 
The VideoBuffer type exposes the following members.
 Properties
Properties| 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.
             | 
 See Also
See Also