Grl.SourceStoreMetadataSpec

Fields

Name

Type

Access

Description

callback

Grl.SourceStoreCb

r/w

the callback passed to Grl.Source.store_metadata()

failed_keys

[object]

r/w

for internal use of the framework only.

flags

Grl.WriteFlags

r/w

Flags to control specific bahviors of the set metadata operation.

keys

[object]

r/w

List of keys to be stored/updated.

media

Grl.Media

r/w

a Grl.Media transfer object

source

Grl.Source

r/w

a source

user_data

object

r/w

user data passed to Grl.Source.store_metadata()

Methods

None

Details

class Grl.SourceStoreMetadataSpec

Data transport structure used internally by the plugins which support store_metadata vmethod.