Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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
*)
-> AudioHandler
Parameters
- formats (Optional)
- Type: System.Collections.GenericListAudioFormat
See Also