|
vdr
2.2.0
|
#include <audio.h>
Public Member Functions | |
| void | PlayAudio (const uchar *Data, int Length, uchar Id) |
| void | PlayTsAudio (const uchar *Data, int Length) |
| void | MuteAudio (bool On) |
| void | ClearAudio (void) |
Public Member Functions inherited from cList< cAudio > | |
| cAudio * | Get (int Index) const |
| cAudio * | First (void) const |
| cAudio * | Last (void) const |
| cAudio * | Prev (const cAudio *object) const |
| cAudio * | Next (const cAudio *object) const |
Public Member Functions inherited from cListBase | |
| virtual | ~cListBase () |
| void | Add (cListObject *Object, cListObject *After=NULL) |
| void | Ins (cListObject *Object, cListObject *Before=NULL) |
| void | Del (cListObject *Object, bool DeleteObject=true) |
| virtual void | Move (int From, int To) |
| void | Move (cListObject *From, cListObject *To) |
| virtual void | Clear (void) |
| cListObject * | Get (int Index) const |
| int | Count (void) const |
| void | Sort (void) |
Additional Inherited Members | |
Protected Member Functions inherited from cListBase | |
| cListBase (void) | |
Protected Attributes inherited from cListBase | |
| cListObject * | objects |
| cListObject * | lastObject |
| int | count |
| void cAudios::ClearAudio | ( | void | ) |
Definition at line 47 of file audio.c.
References cListObject::Next().
Referenced by cDevice::Clear(), and cDevice::Detach().
| void cAudios::MuteAudio | ( | bool | On | ) |
Definition at line 41 of file audio.c.
References cListObject::Next().
Referenced by cDevice::Freeze(), cDevice::Mute(), cDevice::Play(), cDevice::SetVolume(), and cDevice::ToggleMute().
Definition at line 29 of file audio.c.
References cListObject::Next().
Referenced by cDevice::PlayPesPacket().
| void cAudios::PlayTsAudio | ( | const uchar * | Data, |
| int | Length | ||
| ) |
Definition at line 35 of file audio.c.
References cListObject::Next().
Referenced by cDevice::PlayTs().
1.8.11