mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Data/AACAudioPlayControllerResource.rss
/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: AACAudioPlayControllerPlugin resource file.
*
*/
// INCLUDES
#include "AACAudioPlayControllerResource.rh"
// RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
// aacDecoder
// AAC decoder resource file.
//
// -----------------------------------------------------------------------------
//
RESOURCE ADVANCED_AUDIO_CONTROLLER_RESOURCE aacDecoder
{
shared_buffer_max_num = 1;
shared_buffer_max_size = 504000; // multiple of 72000
shared_buffer_max_size_non_seekable_source = 8192;
sampling_rate = EAapSampleRate16000Hz;
stereo_support = 2;
metadata_support = EAapMetadataSupportTrue;
configuration_parameters =
{
AAC_DECODER_CONFIG_PARAMS
{
input_sampling_frequency = 44100;
input_channels = 2;
input_profile = 1;
input_frame_length = 1024;
down_mixing = 0;
output_channel_selection = 2;
decimation_factor = 0;
concealment_level = 0;
sample_length = 16;
output_sampling_frequency = 0;
ext_Object_Type = 0;
}
};
}
// End of File