Class TCefMediaObserverOwn

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaObserverOwn = class(TCefBaseRefCountedOwn, ICefMediaObserver)

Description

This item has no description.

Hierarchy

Overview

Methods

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;

Description

Methods

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.


Generated by PasDoc 0.16.0-snapshot.