MobileForms Toolkit Documentation

AudioDecoderOgg Members

AudioDecoderOgg overview

Public Instance Constructors

AudioDecoderOgg Constructor Initializes a new instance of the AudioDecoderOgg class.

Public Instance Properties

ArtInfo Get the Tag information.
Position (inherited from AudioDecoder) Gets or sets position of decoder in miliseconds.
Properties (inherited from AudioDecoder) Gets the decoder audio properties.

Public Instance Methods

DecodeFrame (inherited from AudioDecoder) Decodes a sequence of bytes from the current decoder and advances the position within the underlying stream by the number of bytes read.
Dispose (inherited from AudioDecoder)Overloaded. Releases all resources used by the AudioDecoder.
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.
GetPosition (inherited from AudioDecoder) Gets the current position of decoder.
GetType (inherited from Object)Gets the Type of the current instance.
Open (inherited from AudioDecoder) Open the decoder from stream.
Reset (inherited from AudioDecoder) Resets the current decoder to the begining.
SetPosition (inherited from AudioDecoder) Sets the current position of decoder.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Properties

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

Protected Instance Methods

Dispose (inherited from AudioDecoder)Overloaded. Releases all resources used by the AudioDecoder.
Finalize (inherited from AudioDecoder) The AudioDecoder class destructor. Disposes an AudioDecoder 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

AudioDecoderOgg Class | Resco.Audio Namespace