GUPnPDLNA.Information¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Audio information of a file |
||
r |
Container information of a file |
||
r |
Image information of a file |
||
r/w/co |
URI of file which metadata this object stores |
||
r |
Video information of a file |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GUPnPDLNA.Information(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- get_audio_information()¶
- Returns:
A
GUPnPDLNA.AudioInformation
object orNone
.- Return type:
Get an audio information of media file if applicable (e.g. for video and audio files).
- get_container_information()¶
- Returns:
A
GUPnPDLNA.ContainerInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for video and audio files).
- get_image_information()¶
- Returns:
A
GUPnPDLNA.ImageInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for image files).
- get_video_information()¶
- Returns:
A
GUPnPDLNA.VideoInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for video files).
- do_get_audio_information() virtual¶
- Returns:
A
GUPnPDLNA.AudioInformation
object orNone
.- Return type:
Get an audio information of media file if applicable (e.g. for video and audio files).
- do_get_container_information() virtual¶
- Returns:
A
GUPnPDLNA.ContainerInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for video and audio files).
- do_get_image_information() virtual¶
- Returns:
A
GUPnPDLNA.ImageInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for image files).
- do_get_video_information() virtual¶
- Returns:
A
GUPnPDLNA.VideoInformation
object orNone
.- Return type:
Get an container information of media file if applicable (e.g. for video files).
Property Details¶
- GUPnPDLNA.Information.props.audio_information¶
- Name:
audio-information
- Type:
- Default Value:
- Flags:
Audio information of a file.
- GUPnPDLNA.Information.props.container_information¶
- Name:
container-information
- Type:
- Default Value:
- Flags:
Container information of a file.
- GUPnPDLNA.Information.props.image_information¶
- Name:
image-information
- Type:
- Default Value:
- Flags:
Image information of a file.
- GUPnPDLNA.Information.props.uri¶
- Name:
uri
- Type:
- Default Value:
- Flags:
URI of file which metadata this object stores.
- GUPnPDLNA.Information.props.video_information¶
- Name:
video-information
- Type:
- Default Value:
- Flags:
Video information of a file.