mirror of
https://github.com/TeamPiped/piped_dart.git
synced 2024-08-14 22:27:49 +00:00
17 lines
543 B
Markdown
17 lines
543 B
Markdown
|
# piped_api.model.VideoInfo
|
||
|
|
||
|
## Load the model package
|
||
|
```dart
|
||
|
import 'package:piped_api/api.dart';
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**audioStreams** | [**BuiltList<Stream>**](Stream.md) | | [optional]
|
||
|
**relatedStreams** | [**BuiltList<StreamItem>**](StreamItem.md) | | [optional]
|
||
|
|
||
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
||
|
|