Clapper.Playlistable

g Clapper.Playlistable Clapper.Playlistable GObject.GInterface GObject.GInterface GObject.GInterface->Clapper.Playlistable

Implementations:

None

Methods

None

Virtual Methods

do_parse (uri, bytes, playlist, cancellable)

Properties

None

Signals

None

Fields

None

Class Details

class Clapper.Playlistable
Bases:

GObject.GInterface

Structure:

Clapper.PlaylistableInterface

An interface for creating enhancers that parse data into individual media items.

New in version 0.10.

do_parse(uri, bytes, playlist, cancellable) virtual
Parameters:
Returns:

whether parsing was successful.

Return type:

bool

Parse bytes and fill playlist with [class`Clapper`.MediaItem] objects.

If implementation returns False, whole playlist content will be discarded.

New in version 0.10.