/* * Copyright 2007, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus */ #include "AudioTrackSupplier.h" AudioTrackSupplier::AudioTrackSupplier() : AudioReader() { } AudioTrackSupplier::~AudioTrackSupplier() { }