Description
Gets or sets the start time of the video in
seconds. Changing the
Start
Time property also changes the
Start
Frame property to the frame in the video that corresponds to
the specified time.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property StartTime() As Double
|
[C#] |
public double StartTime {get; set;}
|
[Managed C++] |
public: __property double get_StartTime();
public: __property void set_StartTime(
double
);
|
[Unmanaged C++] |
public: HRESULT get_StartTime(
double * pRetVal
);
public: HRESULT put_StartTime(
double NewStartTime
);
|
[Java] |
public double getStartTime();public void setStartTime(
double
);
|
See Also