[][src]Module sciter::video

Sciter video rendering.

Host application can render custom video streams using <video> infrastructure.

Structs

AssetPtr

A managed iasset pointer.

fragmented_video_destination

Fragmented destination interface, used for partial updates.

iasset

COM IUnknown alike thing.

video_destination

Video destination interface, represents video rendering site.

video_source

Video source interface to query video state.

Enums

COLOR_SPACE

Color space for video frame.

Type Definitions

Result

A type alias for Sciter functions that return bool.