type TCefMediaSink = record
Represents a sink to which media can be routed. Instances of this object are retrieved via ICefMediaObserver.OnSinks. The functions of this structure may be called on any browser process thread unless otherwise indicated.
Implemented by ICefMediaSink.
<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_sink_t))
base: TCefBaseRefCounted; |
|
get_id: function(self: PCefMediaSink): PCefStringUserFree; stdcall; |
|
get_name: function(self: PCefMediaSink): PCefStringUserFree; stdcall; |
|
get_icon_type: function(self: PCefMediaSink): TCefMediaSinkIconType; stdcall; |
|
get_device_info: procedure(self: PCefMediaSink; callback: PCefMediaSinkDeviceInfoCallback); stdcall; |
|
is_cast_sink: function(self: PCefMediaSink): Integer; stdcall; |
|
is_dial_sink: function(self: PCefMediaSink): Integer; stdcall; |
|
is_compatible_with: function(self: PCefMediaSink; source: PCefMediaSource): Integer; stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
get_id: function(self: PCefMediaSink): PCefStringUserFree; stdcall; |
|
This item has no description. |
get_name: function(self: PCefMediaSink): PCefStringUserFree; stdcall; |
|
This item has no description. |
get_icon_type: function(self: PCefMediaSink): TCefMediaSinkIconType; stdcall; |
|
This item has no description. |
get_device_info: procedure(self: PCefMediaSink; callback: PCefMediaSinkDeviceInfoCallback); stdcall; |
|
This item has no description. |
is_cast_sink: function(self: PCefMediaSink): Integer; stdcall; |
|
This item has no description. |
is_dial_sink: function(self: PCefMediaSink): Integer; stdcall; |
|
This item has no description. |
is_compatible_with: function(self: PCefMediaSink; source: PCefMediaSource): Integer; stdcall; |
|
This item has no description. |