Core

Description

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.

Types and Values

enum FluBufferingPolicy

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

FLU_TIME_NONE

#define FLU_TIME_NONE ((guint64) -1)

FLU_SIZE_UNKNOWN

#define FLU_SIZE_UNKNOWN ((gsize) -1)