Record TCefAudioHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefAudioHandler = record

Description

Implement this structure to handle audio events.

Implemented by ICefAudioHandler.

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

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_audio_parameters: function(self: PCefAudioHandler; browser: PCefBrowser; params: PCefAudioParameters): Integer; stdcall;
Public on_audio_stream_started: procedure(self: PCefAudioHandler; browser: PCefBrowser; const params: PCefAudioParameters; channels: integer); stdcall;
Public on_audio_stream_packet: procedure(self: PCefAudioHandler; browser: PCefBrowser; const data : PPSingle; frames: integer; pts: int64); stdcall;
Public on_audio_stream_stopped: procedure(self: PCefAudioHandler; browser: PCefBrowser); stdcall;
Public on_audio_stream_error: procedure(self: PCefAudioHandler; browser: PCefBrowser; const message_: PCefString); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_audio_parameters: function(self: PCefAudioHandler; browser: PCefBrowser; params: PCefAudioParameters): Integer; stdcall;

This item has no description.

Public on_audio_stream_started: procedure(self: PCefAudioHandler; browser: PCefBrowser; const params: PCefAudioParameters; channels: integer); stdcall;

This item has no description.

Public on_audio_stream_packet: procedure(self: PCefAudioHandler; browser: PCefBrowser; const data : PPSingle; frames: integer; pts: int64); stdcall;

This item has no description.

Public on_audio_stream_stopped: procedure(self: PCefAudioHandler; browser: PCefBrowser); stdcall;

This item has no description.

Public on_audio_stream_error: procedure(self: PCefAudioHandler; browser: PCefBrowser; const message_: PCefString); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.