MJPEGVideoStream Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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