MJPEGVideoStream Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic MJPEGVideoStream(
int windowSize = 2
)
Public Sub New (
Optional windowSize As Integer = 2
)
public:
MJPEGVideoStream(
int windowSize = 2
)
new :
?windowSize : int
(* Defaults:
let _windowSize = defaultArg windowSize 2
*)
-> MJPEGVideoStream
Parameters
- windowSize Int32 (Optional)
-
See Also