Click or drag to resize

MediaFrameTBuffer, TBufferCollection, TFormat, TFrame Methods

The MediaFrameTBuffer, TBufferCollection, TFormat, TFrame generic type exposes the following members.

Methods
  NameDescription
Public methodAddBuffer
Adds a buffer.
Public methodAddBuffers
Adds some buffers.
Public methodClone
Clones this instance.
Public methodCreateInstance
Creates a new instance.
Protected methodCreateMediaBufferCollection
Creates a media buffer collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBuffer(Boolean)
Gets the last buffer whose format packetization flag matches the specified flag.
Public methodGetBuffer(String)
Gets the last buffer whose format name matches the specified format name.
Public methodGetBuffer(TFormat)
Gets the last buffer whose format is equivalent to the specified format.
Public methodGetBuffer(Boolean, Boolean)
Gets the last buffer whose format packetization and encryption flags matches the specified flags.
Public methodGetBuffer(TFormat, String)
Gets the last buffer whose format is equivalent to the specified format and whose source ID matches the specified source ID.
Public methodGetDynamicValue
Gets a property value from the local cache.
(Inherited from Dynamic.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasBuffer(TFormat)
Checks if a buffer exists with format equivalence.
Public methodHasBuffer(TFormat, String)
Checks if a buffer exists with format equivalence and source ID.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveBuffer
Removes a buffer.
Public methodRemoveBuffers
Removes all buffers.
Public methodRemoveBuffers(TBuffer)
Removes some buffers.
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString (Inherited from Object.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also