MJPEGVideoStream Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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 (Optional)
- Type: SystemInt32
See Also