Initializes a new instance of the
Snapshot class
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Snapshot(
VideoData video
)
Public Sub New (
video As VideoData
)
public:
Snapshot(
VideoData^ video
)
new :
video : VideoData -> Snapshot
Parameters
- video VideoData
-
See Also