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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 184
5.41 Codec Manipulation 179
ON2_INVALID_PARAMS should one or more of the preconditions fail
ON2_NOT_SUPP the codec does not support this parameter
ON2_NET_ERROR the underlying communication layer failed
Precondition:
plgn is not NULL
value is not NULL
len is not NULL
Attention:
This function is currently unsupported and will return ON2_NOT_SUPP.
See also:
Codecs
5.41.1.4 on2sc Flix2_CodecSetParam (FLIX2PLGNHANDLE plgn, const char name, double
inDblVal)
Set the value of a parameter in a codec instance using a double representation.
Parameters:
plgn Handle to the codec returned from Flix2_AddCodec()
name Name of the parameter to set
inDblVal New value for the parameter
Return values:
ON2_OK on success
ON2_INVALID_PARAMS should the precondition fail
ON2_NOT_SUPP the codec does not support this parameter
ON2_NET_ERROR the underlying communication layer failed
Precondition:
plgn is not NULL
See also:
Codecs
5.41.1.5 on2sc Flix2_CodecSetParamAsStr (FLIX2PLGNHANDLE plgn, const char name, const
on2tc value)
Set the value of a parameter in a codec instance using a string representation.
Parameters:
plgn Handle to the codec returned from Flix2_AddCodec()
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 184
1 2 ... 180 181 182 183 184 185 186 187 188 189 190 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag