LibMp3LameReportFunction Delegate |
Namespace: Ozeki.Media
public delegate void ReportFunction( string text )
Public Delegate Sub ReportFunction ( text As String )
public delegate void ReportFunction( String^ text )
type ReportFunction = delegate of text : string -> unit