Click or drag to resize

PacketizedAudioBuffer Methods

The PacketizedAudioBuffer type exposes the following members.

Methods
  NameDescription
Public methodApplyGain
Applies gain to this instance.
(Inherited from AudioBuffer.)
Public methodCalculateLevel
Calculates the level of this instance.
(Inherited from AudioBuffer.)
Public methodClone
Clones this instance.
(Inherited from AudioBuffer.)
Protected methodCreateInstance
Creates a new instance.
(Overrides AudioBufferCreateInstance.)
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 AudioBuffer.)
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