~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to libs/libmyth/audiooutputalsa.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-02 00:23:18 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20091002002318-5qu2fr0gxl59egft
Tags: 0.22.0~trunk22167-0ubuntu1
* New upstream checkout (r22167).
  - Fixes some segfaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                             unsigned int rate, unsigned int buffer_time,
73
73
                             unsigned int period_time);
74
74
 
75
 
 
 
75
    void ReorderSmpteToAlsa6ch(void *buf, int frames);
 
76
    template <class AudioDataType>
 
77
        void _ReorderSmpteToAlsa6ch(AudioDataType *buf, int frames);
76
78
    // Volume related
77
79
    void SetCurrentVolume(QString control, int channel, int volume);
78
80
    void OpenMixer(bool setstartingvolume);