Alvas.Audio Class Library

AudioCompressionManager.FormatEventHandler Delegate

Represents the method that will handle the Format event of the AudioCompressionManager.

[Visual Basic]
Public Delegate Sub AudioCompressionManager.FormatEventHandler( _
   ByVal sender As Object, _
   ByVal e As FormatEventArgs _
)
[C#]
public delegate void AudioCompressionManager.FormatEventHandler(
   object sender,
   FormatEventArgs e
);

Parameters

sender
e

Requirements

Namespace: Alvas.Audio

Assembly: Alvas.Audio (in Alvas.Audio.dll)

See Also

Alvas.Audio Namespace