These devices can be enumerated and passed to flu_player_device_open(), instead of flu_player_uri_open(), which requires a URI. Devices allow the application to access cameras, microphones, screen capture or DVD drives, which do not map nicely to URIs in most cases.
Enum values used to describe the different buffering policies available
FLU_BUFFERING_POLICY_NONE |
No buffering is done. In this case the _FluPlayerEventBuffering will not be sent to the application. |
FLU_BUFFERING_POLICY_NORMAL |
Normal operation |
#define FLU_TIME_NONE ((guint64) -1)
#define FLU_SIZE_UNKNOWN ((gsize) -1)