~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to libecasound/audioio-aac.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------
2
 
// audioio-faad.cpp: Interface class for FAAC/FAAD AAC encoder/decoder.
3
 
// Copyright (C) 2004-2006,2008 Kai Vehmanen
 
2
// audioio-aac.cpp: Interface class for FAAC/FAAD AAC encoder/decoder.
 
3
// Copyright (C) 2004-2006,2008,2009 Kai Vehmanen
4
4
//
5
5
// Attributes:
6
6
//     eca-style-version: 3 (see Ecasound Programmer's Guide)
44
44
void AAC_FORKED_INTERFACE::set_output_cmd(const std::string& value) { AAC_FORKED_INTERFACE::default_output_cmd = value; }
45
45
 
46
46
AAC_FORKED_INTERFACE::AAC_FORKED_INTERFACE(const std::string& name)
 
47
  : triggered_rep(false),
 
48
    finished_rep(false)
47
49
{
48
50
  set_label(name);
49
 
  finished_rep = false;
50
51
}
51
52
 
52
53
AAC_FORKED_INTERFACE::~AAC_FORKED_INTERFACE(void)
60
61
void AAC_FORKED_INTERFACE::open(void) throw (AUDIO_IO::SETUP_ERROR &)
61
62
{
62
63
  std::string urlprefix;
 
64
 
 
65
  finished_rep = false;
63
66
  triggered_rep = false;
64
67
 
65
68
  /**