| 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 |