type TCefMediaObserverOwn = class(TCefBaseRefCountedOwn, ICefMediaObserver)
This item has no description.
| Protected | procedure OnSinks(const sinks: TCefMediaSinkArray); virtual; |
| Protected | procedure OnRoutes(const routes: TCefMediaRouteArray); virtual; |
| Protected | procedure OnRouteStateChanged(const route: ICefMediaRoute; state: TCefMediaRouteConnectionState); virtual; |
| Protected | procedure OnRouteMessageReceived(const route: ICefMediaRoute; const message_: ustring); virtual; |
| Public | constructor Create; virtual; |
| Protected | procedure OnSinks(const sinks: TCefMediaSinkArray); virtual; |
|
This item has no description. Showing description inherited from ICefMediaObserver.OnSinks. The list of available media sinks has changed or ICefMediaRouter.NotifyCurrentSinks was called. | |
| Protected | procedure OnRoutes(const routes: TCefMediaRouteArray); virtual; |
|
This item has no description. Showing description inherited from ICefMediaObserver.OnRoutes. The list of available media routes has changed or ICefMediaRouter.NotifyCurrentRoutes was called. | |
| Protected | procedure OnRouteStateChanged(const route: ICefMediaRoute; state: TCefMediaRouteConnectionState); virtual; |
|
This item has no description. Showing description inherited from ICefMediaObserver.OnRouteStateChanged. The connection state of |route| has changed. | |
| Protected | procedure OnRouteMessageReceived(const route: ICefMediaRoute; const message_: ustring); virtual; |
|
This item has no description. Showing description inherited from ICefMediaObserver.OnRouteMessageReceived. A message was received over |route|. |message| is only valid for the scope of this callback and should be copied if necessary. | |
| Public | constructor Create; virtual; |
|
This item has no description. | |