Grl.SourceClass

Fields

Name

Type

Access

Description

browse

object

r

browse through a list of media

cancel

object

r

cancel the current operation

get_caps

object

r

the capabilities that source supports for operation

may_resolve

object

r

return False if it can be known without blocking that key_id

media_from_uri

object

r

Creates a Grl.Media instance representing the media exposed by a certain URI.

notify_change_start

object

r

start emitting signals about changes in content

notify_change_stop

object

r

stop emitting signals about changes in content

parent_class

GObject.ObjectClass

r

the parent class structure

query

object

r

query for a specific media

remove

object

r

remove a media from a container

resolve

object

r

resolve the metadata of a given transfer object

search

object

r

search for media

slow_keys

object

r

the list of slow keys that can be fetched

store

object

r

store a media in a container

store_metadata

object

r

update metadata values for a given object in a permanent fashion

supported_keys

object

r

the list of keys that can be handled

supported_operations

object

r

the operations that can be called

test_media_from_uri

object

r

tests if this source can create Grl.Media instances from a given URI.

writable_keys

object

r

the list of keys which value can be written

Methods

None

Details

class Grl.SourceClass

Grilo Source class. Override the vmethods to implement the element functionality.