Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 3.76 KB

File metadata and controls

10 lines (7 loc) · 3.76 KB

StreamModel

Fields

Field Setter Type Getter Type Required Description Example
url @Nullable String JsonNullable<String> URL of the video stream
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
https://video.twimg.com/...
bitrate @Nullable long JsonNullable<long> Bitrate of the video stream in bps
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
832000
contentType @Nullable String JsonNullable<String> Content type of the stream
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
video/mp4