The AviAudioManager type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
AddAudioStream | Overloaded. Adds an audio stream to the AVI file. |
|
AppendAudioStream | Overloaded. Appends audio data to existing audio stream. |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
ExportAudioStream | Overloaded. Saves the audio stream with specified index to a separate file or System.IO.Stream object. |
|
GetAudioDuration | Overloaded. Returns the duration of the specified audio file. |
|
GetAverageBytesPerSecond |
Gets the average BPS (bytes per second) value of the specified audio stream. |
|
GetBitsPerSample |
Returns the number of bits per sample in the specified audio stream. |
|
GetChannelCount |
Returns the number of channels in the specified audio stream. |
|
GetDuration |
Returns the duration of the specified audio stream. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |