GUPnPDLNA.Profile¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Audio restrictions for the DLNA Profile |
||
r/w/co |
Container restrictions for the DLNA Profile |
||
r/w/co |
Indicates that this profile is not part of the DLNA specification |
||
r/w/co |
Image restrictions for the DLNA Profile |
||
r/w/co |
The MIME type of the DLNA profile |
||
r/w/co |
The name of the DLNA profile |
||
r/w/co |
Video restrictions for the DLNA Profile |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class GUPnPDLNA.Profile(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The top-level object used for the in-memory representation of the DLNA Profiles.
- get_audio_restrictions()¶
- Returns:
Audio restrictions. Do not modify.
- Return type:
Gets a list of audio restrictions.
- get_container_restrictions()¶
- Returns:
Container restrictions. Do not modify.
- Return type:
Gets a list of container restrictions.
- get_image_restrictions()¶
- Returns:
Image restrictions. Do not modify.
- Return type:
Gets a list of image restrictions.
- get_video_restrictions()¶
- Returns:
Video restrictions. Do not modify.
- Return type:
Gets a list of video restrictions.
Property Details¶
- GUPnPDLNA.Profile.props.audio_restrictions¶
- Name:
audio-restrictions
- Type:
- Default Value:
- Flags:
Audio restrictions for the DLNA Profile
- GUPnPDLNA.Profile.props.container_restrictions¶
- Name:
container-restrictions
- Type:
- Default Value:
- Flags:
Container restrictions for the DLNA Profile
- GUPnPDLNA.Profile.props.extended¶
- Name:
extended
- Type:
- Default Value:
- Flags:
Whether the DLNA profile is not a part of DLNA specification.
- GUPnPDLNA.Profile.props.image_restrictions¶
- Name:
image-restrictions
- Type:
- Default Value:
- Flags:
Image restrictions for the DLNA Profile
- GUPnPDLNA.Profile.props.mime¶
- Name:
mime
- Type:
- Default Value:
- Flags:
MIME type of the DLNA profile.
- GUPnPDLNA.Profile.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
Name of the DLNA profile.