type ICefMediaSource = interface(ICefBaseRefCounted)
Represents a source from which media can be routed. Instances of this object are retrieved via ICefMediaRouter.GetSource. The functions of this interface may be called on any browser process thread unless otherwise indicated.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">CEF source file: /include/capi/cef_media_router_capi.h (cef_media_source_t))
function GetId: ustring; |
|
function IsCastSource: boolean; |
|
function IsDialSource: boolean; |
property ID : ustring read GetId; |
function GetId: ustring; |
|
Returns the ID (media source URN or URL) for this source. Attributes
|
function IsCastSource: boolean; |
|
Returns true (1) if this source outputs its content via Cast. |
function IsDialSource: boolean; |
|
Returns true (1) if this source outputs its content via DIAL. |
property ID : ustring read GetId; |
|
Returns the ID (media source URN or URL) for this source. |