getactualaacconfig.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* ------------------------------------------------------------------
  2. * Copyright (C) 1998-2009 PacketVideo
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  13. * express or implied.
  14. * See the License for the specific language governing permissions
  15. * and limitations under the License.
  16. * -------------------------------------------------------------------
  17. */
  18. /*
  19. Filename: getactualaacconfig.h
  20. ------------------------------------------------------------------------------
  21. INCLUDE DESCRIPTION
  22. getaacaudioinfo definition function
  23. ------------------------------------------------------------------------------
  24. */
  25. /*----------------------------------------------------------------------------
  26. ; CONTINUE ONLY IF NOT ALREADY DEFINED
  27. ----------------------------------------------------------------------------*/
  28. #ifndef GETACTUALAACCONFIG_H
  29. #define GETACTUALAACCONFIG_H
  30. #include "pv_audio_type_defs.h"
  31. OSCL_IMPORT_REF Int32 GetActualAacConfig(UInt8 *aConfigHeader,
  32. UInt8 *aAudioObjectType,
  33. Int32 *aConfigHeaderSize,
  34. UInt8 *SamplingRateIndex,
  35. UInt32 *NumChannels);
  36. #endif