This documentation is for the old version. Go to the latest Graphics Mill docs

AviAudioManager Members

The AviAudioManager type exposes the following members.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method AddAudioStream Overloaded.

Adds an audio stream to the AVI file.

Public method AppendAudioStream Overloaded.

Appends audio data to existing audio stream.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals (Inherited from Object.)
Public method ExportAudioStream Overloaded.

Saves the audio stream with specified index to a separate file or System.IO.Stream object.

Public method Static member GetAudioDuration Overloaded.

Returns the duration of the specified audio file.

Public method GetAverageBytesPerSecond

Gets the average BPS (bytes per second) value of the specified audio stream.

Public method GetBitsPerSample

Returns the number of bits per sample in the specified audio stream.

Public method GetChannelCount

Returns the number of channels in the specified audio stream.

Public method GetDuration

Returns the duration of the specified audio stream.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property AudioStreamCount

Gets the number of audio streams in the AVI file.

Public property IsDisposed (Inherited from LockableObject.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)

See Also

Reference