Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Files

Latest commit

d0203d7 · Feb 6, 2022

History

History
28 lines (23 loc) · 1.03 KB

Stream.md

File metadata and controls

28 lines (23 loc) · 1.03 KB

piped_api.model.Stream

Load the model package

import 'package:piped_api/api.dart';

Properties

Name Type Description Notes
url String The URL of the stream. [optional]
format String The format of the stream. [optional]
quality String The quality of the stream. [optional]
mimeType String The mime type of the stream. [optional]
codec String The codec of the stream. [optional]
videoOnly bool [optional]
bitrate int [optional]
initStart int [optional]
initEnd int [optional]
indexStart int [optional]
indexEnd int [optional]
width int [optional]
height int [optional]
fps int [optional]

[Back to Model list] [Back to API list] [Back to README]