Module wma_file :: Class ASF_Header_Object
[hide private]
[frames] | no frames]

Class ASF_Header_Object

source code

object --+    
         |    
ASF_Object --+
             |
            ASF_Header_Object

Instance Methods [hide private]
 
__init__(self, data, keep_data=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
decode(self, data) source code

Inherited from ASF_Object: unpack

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _obj_attr_tab = {<class 'wma_file.ASF_Extended_Content_Descrip...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data, keep_data=False)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

decode(self, data)

source code 
Overrides: ASF_Object.decode

Class Variable Details [hide private]

_obj_attr_tab

Value:
{<class 'wma_file.ASF_Extended_Content_Description_Object'>: 'extended\
_content_description',
 <class 'wma_file.ASF_File_Properties_Object'>: 'file_properties',
 <class 'wma_file.ASF_Stream_Properties_Object'>: 'stream_properties',
 <class 'wma_file.ASF_Header_Extension_Object'>: 'header_extension',
 <class 'wma_file.ASF_Content_Description_Object'>: 'content_descripti\
on'}