vdr
1.7.27
|
#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) |
void | PlayAudio (const uchar *Data, int Length, uchar Id) |
void | PlayTsAudio (const uchar *Data, int Length) |
void | MuteAudio (bool On) |
void | ClearAudio (void) |
void cAudios::ClearAudio | ( | void | ) |
Definition at line 47 of file audio.c.
References cList< cAudio >::First(), and cList< cAudio >::Next().
Referenced by cDevice::Clear(), and cDevice::Detach().
void cAudios::ClearAudio | ( | void | ) |
void cAudios::MuteAudio | ( | bool | On | ) |
Definition at line 41 of file audio.c.
References cList< cAudio >::First(), and cList< cAudio >::Next().
Referenced by cDevice::Freeze(), cDevice::Mute(), cDevice::Play(), cDevice::SetVolume(), and cDevice::ToggleMute().
void cAudios::MuteAudio | ( | bool | On | ) |
void cAudios::PlayAudio | ( | const uchar * | Data, |
int | Length, | ||
uchar | Id | ||
) |
void cAudios::PlayAudio | ( | const uchar * | Data, |
int | Length, | ||
uchar | Id | ||
) |
Definition at line 29 of file audio.c.
References cList< cAudio >::First(), and cList< cAudio >::Next().
Referenced by cDevice::PlayPesPacket().
void cAudios::PlayTsAudio | ( | const uchar * | Data, |
int | Length | ||
) |
void cAudios::PlayTsAudio | ( | const uchar * | Data, |
int | Length | ||
) |
Definition at line 35 of file audio.c.
References cList< cAudio >::First(), and cList< cAudio >::Next().
Referenced by cDevice::PlayTs().