| LibMp3LameSetMsgFunc Method  | 
Set reporting function for message output from LAME library
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic void SetMsgFunc(
	LibMp3LameReportFunction fn
)
Public Sub SetMsgFunc ( 
	fn As LibMp3LameReportFunction
)
public:
void SetMsgFunc(
	LibMp3LameReportFunction^ fn
)
member SetMsgFunc : 
        fn : LibMp3LameReportFunction -> unit 
Parameters
- fn
 - Type: Ozeki.MediaLibMp3LameReportFunction
Reporting function 
See Also