Alvas.Audio Class Library

AudioCompressionManager.FormatTag Event

Occurs when the next format tag details are retrieved from the system.

[Visual Basic]
Public Event FormatTag As FormatTagEventHandler
[C#]
public event FormatTagEventHandler FormatTag;

Event Data

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

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

See Also

AudioCompressionManager Class | Alvas.Audio Namespace