mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
1 KiB
1 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] |