LibMp3LameSetDebugFunc Method |
Set reporting function for debug output from LAME library
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic void SetDebugFunc(
LibMp3LameReportFunction fn
)
Public Sub SetDebugFunc (
fn As LibMp3LameReportFunction
)
public:
void SetDebugFunc(
LibMp3LameReportFunction^ fn
)
member SetDebugFunc :
fn : LibMp3LameReportFunction -> unit Parameters
- fn LibMp3LameReportFunction
- Reporting function
See Also