Google Flix Engine Linux Reference Manual Instrukcja Użytkownika Strona 45

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 44
5.12 MP3 - LAME 39
5.12 MP3 - LAME
5.12.1 Detailed Description
The LAME codec is used to produce MP3 audio streams.
Example Usage:
sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_LAME);
// Use 128kbit
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_LAME_BITRATE, Bitrate128kbps);
Additional References:
LAME project homepage
Defines
#define FE2_CODEC_LAME
Codec name for use with Flix2_AddCodec().
#define FE2_LAME_BITRATE
Alias for FE2_CODECPARAM_BITRATE.
#define FE2_LAME_QUALITY
Codec parameter for controlling LAME library’s algorithm selection.
#define FE2_LAME_RC_MODE
Codec parameter for controlling LAME library’s rate control method.
#define FE2_LAME_CHANNELS
Codec parameter for number of output channels.
Typedefs
typedef enum lame_rcmode lame_rcmode_t
Rate control modes analogous to those found in <lame/lame.h>.
Enumerations
enum lame_rcmode {
LAME_CBR,
LAME_ABR,
LAME_VBR_rh,
LAME_VBR_mtrh }
Rate control modes analogous to those found in <lame/lame.h>.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag