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 MediaBuffer<TFormat, TBuffer>.Clone().)
Protected methodCreateInstance
Creates a new instance.
(Overrides MediaBuffer<TFormat, TBuffer>.CreateInstance().)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFree
Frees the data buffers referenced by this instance.
(Inherited from MediaBuffer<TFormat, 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 MediaBuffer<TFormat, TBuffer>.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMute
Mutes this instance. This is a one-way operation that clears the underlying data buffer.
(Overrides MediaBuffer<TFormat, TBuffer>.Mute().)
Public methodSetDynamicValue
Sets a property value in the local cache.
(Inherited from Dynamic.)
Public methodToString
Returns a string that represents this instance.
(Inherited from MediaBuffer<TFormat, TBuffer>.)
Public methodUnsetDynamicValue
Unsets a property value in the local cache.
(Inherited from Dynamic.)
Top
See Also