| VideoCapturePosMsec Property |
Gets or sets film current position in milliseconds or video capture timestamp
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int PosMsec { get; set; }
Public Property PosMsec As Integer
Get
Set
public:
property int PosMsec {
int get ();
void set (int value);
}
member PosMsec : int with get, set
Property Value
Type:
Int32See Also