Class TCefMediaSinkRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaSinkRef = class(TCefBaseRefCountedRef, ICefMediaSink)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetId: ustring;
Protected function GetName: ustring;
Protected function GetIconType: TCefMediaSinkIconType;
Protected procedure GetDeviceInfo(const callback: ICefMediaSinkDeviceInfoCallback);
Protected function IsCastSink: boolean;
Protected function IsDialSink: boolean;
Protected function IsCompatibleWith(const source: ICefMediaSource): boolean;
Public class function UnWrap(data: Pointer): ICefMediaSink;

Description

Methods

Protected function GetId: ustring;

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

Returns the ID for this sink.

Protected function GetName: ustring;

This item has no description. Showing description inherited from ICefMediaSink.GetName.

Returns the name of this sink.

Protected function GetIconType: TCefMediaSinkIconType;

This item has no description. Showing description inherited from ICefMediaSink.GetIconType.

Returns the icon type for this sink.

Protected procedure GetDeviceInfo(const callback: ICefMediaSinkDeviceInfoCallback);

This item has no description. Showing description inherited from ICefMediaSink.GetDeviceInfo.

Asynchronously retrieves device info.

Protected function IsCastSink: boolean;

This item has no description. Showing description inherited from ICefMediaSink.IsCastSink.

Returns true (1) if this sink accepts content via Cast.

Protected function IsDialSink: boolean;

This item has no description. Showing description inherited from ICefMediaSink.IsDialSink.

Returns true (1) if this sink accepts content via DIAL.

Protected function IsCompatibleWith(const source: ICefMediaSource): boolean;

This item has no description. Showing description inherited from ICefMediaSink.IsCompatibleWith.

Returns true (1) if this sink is compatible with |source|.

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

This item has no description.


Generated by PasDoc 0.16.0-snapshot.