mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 19:53:17 +00:00
Update media.py
videoProfile doc
This commit is contained in:
parent
a394db6acc
commit
60fe55e722
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class Media(PlexObject):
|
|||
videoCodec (str): Video codec used within the video (ex: ac3).
|
||||
videoFrameRate (str): Video frame rate (ex: 24p).
|
||||
videoResolution (str): Video resolution (ex: sd).
|
||||
videoProfile (str): Video profile (ex: high).
|
||||
width (int): Width of the video in pixels (ex: 608).
|
||||
parts (list<:class:`~plexapi.media.MediaPart`>): List of MediaParts in this video.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue