type ICefMediaSinkDeviceInfoCallback = interface(ICefBaseRefCounted)
Callback interface for ICefMediaSink.GetDeviceInfo. The functions of this interface will be called on the browser process UI thread.
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_sink_device_info_callback_t))
procedure OnMediaSinkDeviceInfo(const ip_address: ustring; port: integer; const model_name: ustring); |
procedure OnMediaSinkDeviceInfo(const ip_address: ustring; port: integer; const model_name: ustring); |
|
Method that will be executed asyncronously once device information has been retrieved. Attributes
|