Import line: | Gst = imports.gi.Gst; |
GIR File: | Gst-0.10.gir |
C documentation: | GstTagFlag |
Enum : | TagFlag |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gst.TagFlag.COUNT : 4
|
|
Number Gst.TagFlag.DECODED : 3
|
|
Number Gst.TagFlag.ENCODED : 2
|
|
Number Gst.TagFlag.META : 1
|
|
Number Gst.TagFlag.UNDEFINED : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gst
Method |
Gets the flag of tag.
|
Gst
Method |
Gst.tag_register
(String name, TagFlag flag, Number type, String nick, String blurb, Function func)
:
none
Registers a new tag type for the use with GStreamer's type system.
|