Click or drag to resize

AudioBuffer Methods

The AudioBuffer type exposes the following members.

Methods
  NameDescription
Public methodApplyGain
Applies gain to this instance.
Public methodCalculateLevel
Calculates the level of this instance.
Public methodClone
Clones this instance.
(Overrides MediaBufferTFormat, TBufferClone.)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaBufferTFormat, TBufferCreateInstance.)
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.
(Overrides MediaBufferTFormat, TBufferMute.)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
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