piped_dart/doc/Stream.md

1.0 KiB

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]