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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 47
42 Flix Engine Linux Module Documentation
5.13 libvorbis - FFmpeg
5.13.1 Detailed Description
Example Usage:
sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_VORBIS);
// Use 128kbps
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_VORBIS_BITRATE, 128);
Defines
#define FE2_CODEC_VORBIS
Vorbis. Codec name for use with Flix2_AddCodec().
#define FE2_VORBIS_BITRATE
Alias for FE2_CODECPARAM_BITRATE.
5.13.2 Define Documentation
5.13.2.1 #define FE2_CODEC_VORBIS
Vorbis. Codec name for use with Flix2_AddCodec().
Definition at line 36 of file vorbis.h.
5.13.2.2 #define FE2_VORBIS_BITRATE
Alias for FE2_CODECPARAM_BITRATE.
Codec parameter for stream bitrate.
Compressed stream bitrate in kbits/sec.
Note:
Default: 64kbps
Definition at line 43 of file vorbis.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag