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