ISurface Interface

The ISurface interface wraps an IDirect3DSurface9 interface that represents a video surface.

In addition to the methods inherited from the IBuffer interface, the ISurface interface exposes the following methods.

Method Description
get_Surface Retrieves an IDirect3DSurface9 interface that points to the video surface.
get_VideoSize Retrieves the size of the video surface.

See Also