cef_media_route_t

Represents the route between a media source and sink. Instances of this object are created via cef_media_router_t::CreateRoute and retrieved via

More...

Members

Variables

base
cef_base_ref_counted_t base;

Base structure.

get_id
cef_string_userfree_t function(cef_media_route_t* self) nothrow get_id;

Returns the ID for this route.

get_sink
cef_media_sink_t* function(cef_media_route_t* self) nothrow get_sink;

Returns the sink associated with this route.

get_source
cef_media_source_t* function(cef_media_route_t* self) nothrow get_source;

Returns the source associated with this route.

send_route_message
void function(cef_media_route_t* self, const(void)* message, size_t message_size) nothrow send_route_message;

Send a message over this route. |message| will be copied if necessary.

terminate
void function(cef_media_route_t* self) nothrow terminate;

Terminate this route. Will result in an asynchronous call to

Detailed Description

cef media observer t

:OnRoutes. Contains the status and metadata of a routing operation. The functions of this structure may be called on any browser process thread unless otherwise indicated.

Meta