GUPnPAV.DIDLLiteDescriptor¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The content of this descriptor |
||
r/w |
The ID of this descriptor |
||
r/w |
The metadata type of this descriptor |
||
r/w |
The name space associated with this descriptor |
||
r/w/co |
The pointer to desc node in XML document. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GUPnPAV.DIDLLiteDescriptor(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
A new
GUPnPAV.DIDLLiteDescriptor
object. Unref after usage.- Return type:
- get_content()¶
-
Get the content of the self.
- get_metadata_type()¶
-
Get the metadata type of the self.
- get_name_space()¶
-
Get the name space associated with the self.
- get_xml_node()¶
- Returns:
The pointer to desc node in XML document.
- Return type:
Get the pointer to desc node in XML document.
- set_content(content)¶
- Parameters:
content (
str
) – The content as string
Set the content of the self.
Property Details¶
- GUPnPAV.DIDLLiteDescriptor.props.content¶
-
The content of this descriptor.
- GUPnPAV.DIDLLiteDescriptor.props.id¶
-
The ID of this descriptor.
- GUPnPAV.DIDLLiteDescriptor.props.metadata_type¶
-
The type of this descriptor.
- GUPnPAV.DIDLLiteDescriptor.props.name_space¶
-
The name space associated with this descriptor.