Class TCefMediaRouteRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaRouteRef = class(TCefBaseRefCountedRef, ICefMediaRoute)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetId: ustring;
Protected function GetSource: ICefMediaSource;
Protected function GetSink: ICefMediaSink;
Protected procedure SendRouteMessage(const message_: ustring);
Protected procedure Terminate;
Public class function UnWrap(data: Pointer): ICefMediaRoute;

Description

Methods

Protected function GetId: ustring;

This item has no description. Showing description inherited from ICefMediaRoute.GetId.

Returns the ID for this route.

Protected function GetSource: ICefMediaSource;

This item has no description. Showing description inherited from ICefMediaRoute.GetSource.

Returns the source associated with this route.

Protected function GetSink: ICefMediaSink;

This item has no description. Showing description inherited from ICefMediaRoute.GetSink.

Returns the sink associated with this route.

Protected procedure SendRouteMessage(const message_: ustring);

This item has no description. Showing description inherited from ICefMediaRoute.SendRouteMessage.

Send a message over this route. |message_| will be copied if necessary.

Protected procedure Terminate;

This item has no description. Showing description inherited from ICefMediaRoute.Terminate.

Terminate this route. Will result in an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers.

Public class function UnWrap(data: Pointer): ICefMediaRoute;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.