Click or drag to resize

PacketizedVideoBuffer Methods

The PacketizedVideoBuffer type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this instance.
(Inherited from VideoBuffer.)
Public methodConvert(VideoFormat)
Creates a new video buffer using the specified format.
(Inherited from VideoBuffer.)
Public methodConvert(VideoFormat, DataBuffer)
Creates a new video buffer using the specified format.
(Inherited from VideoBuffer.)
Protected methodCreateInstance
Creates a new instance.
(Overrides VideoBufferCreateInstance.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFree
Frees the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodKeep
Keeps the data buffers referenced by this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMute
Mutes this instance. This is a one-way operation that clears the underlying data buffer.
(Inherited from VideoBuffer.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToJson
Serializes this instance to JSON.
(Inherited from VideoBuffer.)
Public methodToPlanar
Converts a planar representation of this packed buffer, if in YUV-packed format. Otherwise, returns the current buffer.
(Inherited from VideoBuffer.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaBufferTFormat, TBuffer.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also