Click or drag to resize

AudioFrame Methods

The AudioFrame type exposes the following members.

Methods
  NameDescription
Public methodAddBuffer
Adds a buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodAddBuffers
Adds some buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodClone
Clones this instance.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameClone.)
Public methodCreateInstance
Creates a new instance.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameCreateInstance.)
Protected methodCreateMediaBufferCollection
Creates a media buffer collection.
(Overrides MediaFrameTBuffer, TBufferCollection, TFormat, TFrameCreateMediaBufferCollection.)
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.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(String)
Gets the last buffer whose format name matches the specified format name.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(TFormat)
Gets the last buffer whose format is equivalent to the specified format.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodGetBuffer(Boolean, Boolean)
Gets the last buffer whose format packetization and encryption flags matches the specified flags.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
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.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
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.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodHasBuffer(TFormat, String)
Checks if a buffer exists with format equivalence and source ID.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveBuffer
Removes a buffer.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodRemoveBuffers
Removes all buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodRemoveBuffers(TBuffer)
Removes some buffers.
(Inherited from MediaFrameTBuffer, TBufferCollection, TFormat, TFrame.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Overrides ObjectToString.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also