uCEFMediaSinkDeviceInfoCallback
type TCefCustomMediaSinkDeviceInfoCallback = class(TCefMediaSinkDeviceInfoCallbackOwn)
This item has no description.
![]() |
FEvents: Pointer; |
![]() |
procedure OnMediaSinkDeviceInfo(const ip_address: ustring; port: integer; const model_name: ustring); override; |
![]() |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
FEvents: Pointer; |
This item has no description. |
![]() |
procedure OnMediaSinkDeviceInfo(const ip_address: ustring; port: integer; const model_name: ustring); override; |
This item has no description. Showing description inherited from ICefMediaSinkDeviceInfoCallback.OnMediaSinkDeviceInfo. Method that will be executed asyncronously once device information has been retrieved. |
![]() |
constructor Create(const aEvents : IChromiumEvents); reintroduce; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |