Alvas.Audio Class Library

AudioCompressionManager.Format Event

Occurs when the next format details are retrieved from system.

[Visual Basic]
Public Event Format As FormatEventHandler
[C#]
public event FormatEventHandler Format;

Event Data

The event handler receives an argument of type FormatEventArgs containing data related to this event. The following FormatEventArgs properties provide information specific to this event.

Property Description
FormatDetails Gets format details.
Proceed Sets true to continue enumeration or false to stop enumeration.

See Also

AudioCompressionManager Class | Alvas.Audio Namespace