IMVTickerOverlay2
The IMVTickerOverlay2 interface extends the IMVTickerOverlay interface from the MV Ticker Overlay filter.
Methods:
| BlendingTime | In/out Blendig blending duration in ms. |
| EnableBlending | In/out Blendig of the ticker text. |
| LastCompleteTextIndex | Index of the last completed text. |
| LoopImmediately | The ticker text restarts immediately. |
| LoopSpace | Space between the end and the new start of the ticker text. |
| TextFileFormat | Text file format. |
| TextFilePath | Path to a text file with the ticker text. |
| UpdateOnComplete | Update text only after completition of the last text. |
| UseStreamTime | Use the stream time for calculationg ticker text position. |
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 LongIn/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 BooleanIn/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 LongIndex of the last completed text.
C Prototype:HRESULT get_LastCompleteTextIndex(LONG *pVal);
Property IMVTickerOverlay2::LoopImmediately
Declaration: Property Get/Put LoopImmediately As BooleanThe 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 LongSpace 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 LongText file format.
C Prototype:HRESULT put_TextFileFormat(LONG newVal);
HRESULT get_TextFileFormat(LONG *pVal);
Property IMVTickerOverlay2::TextFilePath
Declaration: Property Get/Put TextFilePath As StringPath 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 BooleanUpdate 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 BooleanUse the stream time for calculationg ticker text position.
C Prototype:HRESULT put_UseStreamTime(VARIANT_BOOL newVal);
HRESULT get_UseStreamTime(VARIANT_BOOL *pVal);