Struct sciter::video::video_destination [] [src]

#[repr(C)]
pub struct video_destination { /* fields omitted */ }

Video destination interface, represents video rendering site.

Methods

impl video_destination
[src]

[src]

Whether this instance of video_renderer is attached to a DOM element and is capable of playing.

[src]

Start streaming/rendering.

[src]

Stop streaming.

[src]

Render the next frame.

Trait Implementations

Auto Trait Implementations