Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxprotected AudioHandler(
	List<AudioFormat> formats = null
)
Protected Sub New ( 
	Optional formats As List(Of AudioFormat) = Nothing
)
protected:
AudioHandler(
	List<AudioFormat^>^ formats = nullptr
)
new : 
        ?formats : List<AudioFormat> 
(* Defaults:
        let _formats = defaultArg formats null
*)
-> AudioHandlerParameters
- formats (Optional)
 - Type: System.Collections.GenericListAudioFormat
 
See Also