|
IMVImageFileSource3
IMVImageFileSource3 Interface.
The IMVImageFileSource3 interface contains methods and
properties to configure the ....
Methods:
| Duration
|
Set the duration of the image stream in seconds. |
| EnableDuration
|
The duration value is used for the stream length. |
| PlayRate
|
The current playrate from the stream. |
| Position
|
Current position within the stream time in seconds. |
Header file:
IMVImageFileSource3.h
Interface definition language file: IMVImageFileSource3.idl
Typelib: MVImageFileSource3
Interface ID: IID_IMVImageFileSource3
Property
IMVImageFileSource3::Duration
Declaration:
Property Get/Put Duration As Double
Set the duration of the image stream in seconds.
Parameter:
C Prototype:
HRESULT put_Duration(DOUBLE
newVal);
HRESULT get_Duration(DOUBLE *pVal);
Property
IMVImageFileSource3::EnableDuration
Declaration:
Property Get/Put EnableDuration As Boolean
The duration value is used for the stream length.
Parameter:
C Prototype:
HRESULT put_EnableDuration(VARIANT_BOOL
newVal);
HRESULT get_EnableDuration(VARIANT_BOOL *pVal);
Property
IMVImageFileSource3::PlayRate
Declaration:
Property Get/Put PlayRate As Double
The current playrate from the stream.
Parameter:
C Prototype:
HRESULT put_PlayRate(DOUBLE
newVal);
HRESULT get_PlayRate(DOUBLE *pVal);
Property
IMVImageFileSource3::Position
Declaration:
Property Get/Put Position As Double
Current position within the stream time in seconds.
Parameter:
C Prototype:
HRESULT put_Position(DOUBLE
newVal);
HRESULT get_Position(DOUBLE *pVal);
|