|
virtual IVideoRender * | CreateVideoRender (const uint32 renderId, const uint32 zOrder, const float left, const float top, const float right, const float bottom)=0 |
|
virtual IVideoRender * | CreateVideoRender (const uint32 renderId, const uint32 zOrder, ScalingType scalingType, const float left, const float top, const float right, const float bottom)=0 |
|
virtual int32 | DeleteVideoRender (const uint32 renderId)=0 |
|
virtual int32 | StartRender (const uint32 renderId)=0 |
|
virtual int32 | StopRender (const uint32 renderId)=0 |
|
virtual bool | SetScalingType (const uint32 renderId, ScalingType type)=0 |
|
virtual ScalingType | RenderScalingType (const uint32 renderId)=0 |
|
virtual int32 | UpdateWindowSize ()=0 |
|
virtual int32 | SetBitmap (const void *bitMap, const uint8 pictureId, const void *colorKey, const float left, const float top, const float right, const float bottom)=0 |
|
virtual int32 | SetText (const uint8 textId, const char *text, const int32 textLength, const uint32 textColorRef, const uint32 backgroundColorRef, const float left, const float top, const float right, const float bottom)=0 |
|
virtual int32 | SetText (const uint8 textId, const char *text, const int32 textLength, const uint32 textColor, const float left, const float top, const float rigth, const float bottom, const int32 format, const int32 height, const uint32 width, const uint32 weight, const bool italic, const char *faceName, const int32 faceNameSize)=0 |
|