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 0ea6431 commit 5aa14a6Copy full SHA for 5aa14a6
videodb/client.py
@@ -230,8 +230,8 @@ def transcode(
230
:param TranscodeMode mode: Mode of the transcoding
231
:param VideoConfig video_config: Video configuration (optional)
232
:param AudioConfig audio_config: Audio configuration (optional)
233
- :return: None
234
- :rtype: None
+ :return: Transcode job ID
+ :rtype: str
235
"""
236
job_data = self.post(
237
path=f"{ApiPath.transcode}",
0 commit comments