org.gstreamer
Interface Bus.TAG

Enclosing class:
Bus

public static interface Bus.TAG

Signal emitted when a new tag is identified on the stream.

See Also:
Bus.connect(TAG), Bus.disconnect(TAG)

Method Summary
 void tagsFound(GstObject source, TagList tagList)
          Called when a Pipeline element finds media meta-data.
 

Method Detail

tagsFound

void tagsFound(GstObject source,
               TagList tagList)
Called when a Pipeline element finds media meta-data.

Parameters:
source - the element which posted the message.
tagList - a list of media meta-data.