We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394db6 commit 60fe55eCopy full SHA for 60fe55e
plexapi/media.py
@@ -30,6 +30,7 @@ class Media(PlexObject):
30
videoCodec (str): Video codec used within the video (ex: ac3).
31
videoFrameRate (str): Video frame rate (ex: 24p).
32
videoResolution (str): Video resolution (ex: sd).
33
+ videoProfile (str): Video profile (ex: high).
34
width (int): Width of the video in pixels (ex: 608).
35
parts (list<:class:`~plexapi.media.MediaPart`>): List of MediaParts in this video.
36
"""
0 commit comments