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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 347
342 Flix Engine Linux Page Documentation
PHP
##sc is $res[0], value is $res[1]
#boolean
$res= Flix2_IsEncoderRunning($flix);
#integer
$res= video_options_GetSourceWidth($flix);
#double
$res= video_options_GetVideoFramerateAsDouble($flix);
Python
##sc is res[0], value is res[1]
#boolean
res= flixengine2.Flix2_IsEncoderRunning(flix)
#integer
res= flixengine2.video_options_GetSourceWidth(flix)
#double
res= flixengine2.video_options_GetVideoFramerateAsDouble(flix)
Attention:
Functions that return a string, e.g., Flix2_GetInputFile(), are NOT currently supported by the language
bindings.
Note:
As the Java bindings have been modified to throw an exception instead of directly returning a status
code, the return value is generally a single value or an array where appropriate. See the Javadoc for
more information.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 347
1 2 ... 343 344 345 346 347 348 349 350 351 352 353 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag