![]() |
Public API Reference |
#include <codec.h>
Inheritance diagram for iVideoStream:
Public Methods | |
virtual void | GetStreamDescription (csVideoStreamDescription &desc)=0 |
Retrieve descriptive stream information. More... | |
virtual bool | SetRect (int x, int y, int w, int h)=0 |
Set the output rectangle. More... | |
virtual bool | SetFXMode (uint mode)=0 |
Set the blendingmode that is used to combine this frame with the data in the framebuffer Use the usual CS_FX_* values. More... | |
virtual iMaterialHandle * | NextFrameGetMaterial ()=0 |
Call this if you want to use the frames as textures on your own polygons. More... |
Definition at line 209 of file codec.h.
|
Retrieve descriptive stream information.
|
|
Call this if you want to use the frames as textures on your own polygons.
|
|
Set the blendingmode that is used to combine this frame with the data in the framebuffer Use the usual CS_FX_* values. The default is CS_FX_COPY. |
|
Set the output rectangle.
|