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