LibMp3LameSetErrorFunc Method |
Set reporting function for error output from LAME library
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic void SetErrorFunc(
LibMp3LameReportFunction fn
)
Public Sub SetErrorFunc (
fn As LibMp3LameReportFunction
)
public:
void SetErrorFunc(
LibMp3LameReportFunction^ fn
)
member SetErrorFunc :
fn : LibMp3LameReportFunction -> unit
Parameters
- fn
- Type: Ozeki.MediaLibMp3LameReportFunction
Reporting function
See Also