Class tcustomaudioout

Unit

Declaration

type tcustomaudioout = class(tmsecomponent)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected factive: boolean;
Protected fformat: sampleformatty;
Protected fappname: msestring;
Protected fstreamname: msestring;
Protected fpulsestream: ppa_simple;

Methods

Protected procedure initnames; virtual;
Protected procedure loaded; override;
Protected procedure run; virtual;
Protected procedure stop; virtual;
Protected function threadproc(sender: tmsethread): integer; virtual;
Protected procedure raiseerror(const aerror: integer);
Protected procedure doerror(const aerror: integer);
Public constructor create(aowner: tcomponent); override;
Public destructor destroy; override;
Public procedure flush();
Public procedure drain();

Properties

Public property active: boolean read factive write setactive default false;
Public property server: msestring read fserver write fserver;
Public property dev: msestring read fdev write fdev;
Public property appname: msestring read fappname write fappname;
Public property streamname: msestring read fstreamname write fstreamname;
Public property channels: integer read fchannels write fchannels default defaultsamplechannels;
Public property format: sampleformatty read fformat write fformat default defaultsampleformat;
Public property rate: integer read frate write frate default defaultsamplerate;
Public property stacksizekb: integer read fstacksizekb write fstacksizekb default 0;
Public property latency: real read flatency write flatency;
Public property onsend: sendeventty read fonsend write fonsend;
Public property onerror: erroreventty read fonerror write fonerror;

Description

Fields

Protected factive: boolean;

This item has no description.

Protected fformat: sampleformatty;

This item has no description.

Protected fappname: msestring;

This item has no description.

Protected fstreamname: msestring;

This item has no description.

Protected fpulsestream: ppa_simple;

This item has no description.

Methods

Protected procedure initnames; virtual;

This item has no description.

Protected procedure loaded; override;

This item has no description.

Protected procedure run; virtual;

This item has no description.

Protected procedure stop; virtual;

This item has no description.

Protected function threadproc(sender: tmsethread): integer; virtual;

This item has no description.

Protected procedure raiseerror(const aerror: integer);

This item has no description.

Protected procedure doerror(const aerror: integer);

This item has no description.

Public constructor create(aowner: tcomponent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure flush();

This item has no description.

Public procedure drain();

This item has no description.

Properties

Public property active: boolean read factive write setactive default false;

This item has no description.

Public property server: msestring read fserver write fserver;

This item has no description.

Public property dev: msestring read fdev write fdev;

This item has no description.

Public property appname: msestring read fappname write fappname;

This item has no description.

Public property streamname: msestring read fstreamname write fstreamname;

This item has no description.

Public property channels: integer read fchannels write fchannels default defaultsamplechannels;

This item has no description.

Public property format: sampleformatty read fformat write fformat default defaultsampleformat;

This item has no description.

Public property rate: integer read frate write frate default defaultsamplerate;

This item has no description.

Public property stacksizekb: integer read fstacksizekb write fstacksizekb default 0;

This item has no description.

Public property latency: real read flatency write flatency;

This item has no description.

Public property onsend: sendeventty read fonsend write fonsend;

This item has no description.

Public property onerror: erroreventty read fonerror write fonerror;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.