[ Version ( since = "0.8" ) ]
public signal void download_complete (MediaItem item, string location)
Media was fully downloaded to local cache directory.
This signal will be only emitted when progressive download buffering is enabled by setting [property@Clapper.Player:download-enabled] property to true.
Download cache file location can also be read directly from item through its [property@Clapper.MediaItem:cache-location]
property.
| item | |
| location |
a path to downloaded file |