Package flumotion :: Package component :: Package consumers :: Package icystreamer :: Module icymux :: Class MetadataBuffer
[hide private]

Class MetadataBuffer

source code

    object --+        
             |        
gst.MiniObject --+    
                 |    
        gst.Buffer --+
                     |
                    MetadataBuffer

Instance Methods [hide private]
 
__init__(self, title=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from gst.Buffer: __delitem__, __delslice__, __getitem__, __getslice__, __len__, __new__, __repr__, __setitem__, __setslice__, __str__, copy_on_write, create_sub, flag_is_set, flag_set, flag_unset, get_caps, is_metadata_writable, is_span_fast, join, make_metadata_writable, merge, set_caps, span, stamp

Inherited from gst.MiniObject: __cmp__, __gstminiobject_init__, __hash__, copy

Inherited from object: __delattr__, __format__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from gst.Buffer: __gtype__

Properties [hide private]

Inherited from gst.Buffer: caps, data, duration, offset, offset_end, size, timestamp

Inherited from gst.MiniObject: __grefcount__, flags

Inherited from object: __class__

Method Details [hide private]

__init__(self, title=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)