Signal
ClapperPlayer::download-complete
since: 0.8
Declaration
void
download_complete (
ClapperPlayer* self,
ClapperMediaItem* item,
gchar* location,
gpointer user_data
)
Description [src]
Media was fully downloaded to local cache directory. This signal will
be only emitted when progressive download buffering is enabled by
setting ClapperPlayer:download-enabled
property to TRUE
.
Parameters
item
-
Type:
ClapperMediaItem
A
ClapperMediaItem
.The data is owned by the caller of the function. location
-
Type:
gchar*
A path to downloaded file.
The data is owned by the caller of the function. The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.