2 * Copyright (C) 2010-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
12 * Bit options to pass to IAE::MakeStream
16 AESTREAM_FORCE_RESAMPLE
= 1 << 0, /* force resample even if rates match */
17 AESTREAM_PAUSED
= 1 << 1, /* create the stream paused */
18 AESTREAM_AUTOSTART
= 1 << 2, /* autostart the stream when enough data is buffered */