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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 167
162 Flix Engine Linux Module Documentation
5.38.2.12 on2sc Flix2_GetOutputFile (const FLIX2HANDLE flix, on2tc pOutputFile, int32_t
len)
Get the destination file for the encode session.
Returns the (possibly modified see Flix2_SetOutputFile()) output file name.
If pOutputFile is NULL this function will return the size in bytes required to store the current output file in
len, not including the null terminator.
Parameters:
flix Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx()
pOutputFile Storage location for the output file path
len on input, the max number of bytes available in pOutputFile. On return, the number of bytes
used.
Return values:
ON2_OK on success
ON2_INVALID_PARAMS should one or more of the preconditions fail
ON2_NET_ERROR the underlying communication layer failed
Precondition:
flix is not NULL
len is not NULL
Attention:
Currently only supported in C/C++
5.38.2.13 on2sc Flix2_GetOverwriteExistingFiles (const FLIX2HANDLE flix, on2bool
bpOverwriteExistingFiles)
Retrieve the engine’s current behavior regarding existing output files.
Parameters:
flix Handle to the flix engine returned from Flix2_Create() or Flix2_CreateEx()
bpOverwriteExistingFiles Storage location to receive the result
Return values:
ON2_OK on success
ON2_INVALID_PARAMS should one or more of the preconditions fail
ON2_NET_ERROR the underlying communication layer failed
Precondition:
flix is not NULL
bpOverwriteExistingFiles is not NULL
Note:
Default: on2false
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag