Record TCefMediaRoute

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefMediaRoute = record

Description

Represents the route between a media source and sink. Instances of this object are created via ICefMediaRouter.CreateRoute and retrieved via ICefMediaObserver.OnRoutes. Contains the status and metadata of a routing operation. The functions of this structure may be called on any browser process thread unless otherwise indicated.

Implemented by ICefMediaRoute.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_media_router_capi.h">CEF source file: /include/capi/cef_media_router_capi.h (cef_media_route_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_id: function(self: PCefMediaRoute): PCefStringUserFree; stdcall;
Public get_source: function(self: PCefMediaRoute): PCefMediaSource; stdcall;
Public get_sink: function(self: PCefMediaRoute): PCefMediaSink; stdcall;
Public send_route_message: procedure(self: PCefMediaRoute; const message_: Pointer; message_size: NativeUInt); stdcall;
Public terminate: procedure(self: PCefMediaRoute); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_id: function(self: PCefMediaRoute): PCefStringUserFree; stdcall;

This item has no description.

Public get_source: function(self: PCefMediaRoute): PCefMediaSource; stdcall;

This item has no description.

Public get_sink: function(self: PCefMediaRoute): PCefMediaSink; stdcall;

This item has no description.

Public send_route_message: procedure(self: PCefMediaRoute; const message_: Pointer; message_size: NativeUInt); stdcall;

This item has no description.

Public terminate: procedure(self: PCefMediaRoute); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.