MobileForms Toolkit Documentation

VolumeFilter Members

VolumeFilter overview

Public Instance Constructors

VolumeFilter Constructor Initializes a new instance of the VolumeFilter class.

Public Instance Properties

Bypass (inherited from AudioFilter) Bypass the filter.
Parent (inherited from AudioFilter) Gets the parent AudioFilterCollection to which belongs this filter.
SignalVolume 

Public Instance Methods

Dispose (inherited from AudioFilter)Overloaded. Releases all resources used by the AudioFilter.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

IsDisposed (inherited from AudioFilter) Gets the value indicating whether the object is disposed or not.

Protected Instance Methods

Dispose (inherited from AudioFilter)Overloaded. Releases all resources used by the AudioFilter.
Finalize (inherited from AudioFilter) The AudioFilter class destructor. Disposes an AudioFilter by calling this.Dispose(false). Destructor method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the GC.SuppressFinalize method.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

VolumeFilter Class | Resco.Audio Namespace