/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceCoreAudio.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceCoreAudio.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3053 by schoenebeck, Thu Mar 7 19:23:24 2013 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2009 Grigor Iliev                                       *   *   Copyright (C) 2009 Grigor Iliev                                       *
6     *   Copyright (C) 2013-2016 Christian Schoenebeck                         *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 57  namespace LinuxSampler { Line 58  namespace LinuxSampler {
58              AudioOutputDeviceCoreAudio(std::map<String,DeviceCreationParameter*> Parameters);              AudioOutputDeviceCoreAudio(std::map<String,DeviceCreationParameter*> Parameters);
59              virtual ~AudioOutputDeviceCoreAudio();              virtual ~AudioOutputDeviceCoreAudio();
60    
61              virtual void DeviceChanged(); // from CAAudioDeviceModelListener              virtual void DeviceChanged() OVERRIDE; // from CAAudioDeviceModelListener
62    
63              // derived abstract methods from class 'AudioOutputDevice'              // derived abstract methods from class 'AudioOutputDevice'
64              virtual void Play() OVERRIDE;              virtual void Play() OVERRIDE;

Legend:
Removed from v.3053  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC