|
IMVTickerOverlay2
The IMVTickerOverlay2 interface extends the IMVTickerOverlay interface from the
MV Ticker Overlay
filter.
Methods:
Header file:
IMVTickerOverlay2.h
Interface definition language file: IMVTickerOverlay2.idl
Typelib: MVTickerOverlay2
Interface ID: IID_IMVTickerOverlay2
Property
IMVTickerOverlay2::BlendingTime
Declaration:
Property Get/Put BlendingTime As Long
In/out Blendig blending duration in ms.
C Prototype:
HRESULT put_BlendingTime(LONG
newVal);
HRESULT get_BlendingTime(LONG *pVal);
Property
IMVTickerOverlay2::EnableBlending
Declaration:
Property Get/Put EnableBlending As Boolean
In/out Blendig of the ticker text.
C Prototype:
HRESULT put_EnableBlending(VARIANT_BOOL
newVal);
HRESULT get_EnableBlending(VARIANT_BOOL *pVal);
Property
IMVTickerOverlay2::LastCompleteTextIndex
Declaration:
Property Get LastCompleteTextIndex As Long
Index of the last completed text.
C Prototype:
HRESULT get_LastCompleteTextIndex(LONG
*pVal);
Property
IMVTickerOverlay2::LoopImmediately
Declaration:
Property Get/Put LoopImmediately As Boolean
The ticker text restarts immediately.
C Prototype:
HRESULT
put_LoopImmediately(VARIANT_BOOL newVal);
HRESULT get_LoopImmediately(VARIANT_BOOL *pVal);
Property
IMVTickerOverlay2::LoopSpace
Declaration:
Property Get/Put LoopSpace As Long
Space in pixel between the end and the new start of the ticker
text.
C Prototype:
HRESULT put_LoopSpace(LONG
newVal);
HRESULT get_LoopSpace(LONG *pVal);
Property
IMVTickerOverlay2::TextFileFormat
Declaration:
Property Get/Put TextFileFormat As Long
Text file format.
C Prototype:
HRESULT put_TextFileFormat(LONG
newVal);
HRESULT get_TextFileFormat(LONG *pVal);
Property
IMVTickerOverlay2::TextFilePath
Declaration:
Property Get/Put TextFilePath As String
Path to a text file with the ticker text.
C Prototype:
HRESULT put_TextFilePath(BSTR
newVal);
HRESULT get_TextFilePath(BSTR *pVal);
Property
IMVTickerOverlay2::UpdateOnComplete
Declaration:
Property Get/Put UpdateOnComplete As Boolean
Update text only after completition of the last text.
C Prototype:
HRESULT
put_UpdateOnComplete(VARIANT_BOOL newVal);
HRESULT get_UpdateOnComplete(VARIANT_BOOL *pVal);
Property
IMVTickerOverlay2::UseStreamTime
Declaration:
Property Get/Put UseStreamTime As Boolean
Use the stream time for calculationg ticker text position.
C Prototype:
HRESULT put_UseStreamTime(VARIANT_BOOL
newVal);
HRESULT get_UseStreamTime(VARIANT_BOOL *pVal);
|