cef_media_source_t

Represents a source from which media can be routed. Instances of this object are retrieved via cef_media_router_t::GetSource. The functions of this structure may be called on any browser process thread unless otherwise indicated.

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

get_id
cef_string_userfree_t function(cef_media_source_t* self) nothrow get_id;

Returns the ID (media source URN or URL) for this source.

is_cast_source
int function(cef_media_source_t* self) nothrow is_cast_source;

Returns true (1) if this source outputs its content via Cast.

is_dial_source
int function(cef_media_source_t* self) nothrow is_dial_source;

Returns true (1) if this source outputs its content via DIAL.

Meta