Added example

This commit is contained in:
Mike Nolan 2022-05-11 18:25:31 -05:00
parent ed51a5487d
commit b8eb4a7c1e
1 changed files with 13 additions and 4 deletions

View File

@ -4,7 +4,16 @@ See [this](StreamInfo.md) if you havent already
| Name | Description | Type |
|--------|-------|------|
| | When the url's expire (6 hours after adding video) ex 2022-05-07T01:48:23.982827-05:00 | DateTime(String) |
| VideoOnly | This stream go into "VideoOnly" folder, no audio | Object |
| Audio | This stream go into "AudioOnly" folder, no video | Object |
| Muxed | This stream go into "PreMuxed" folder, both video and audio (no conversion required) | Object |
| AudioCodec | The audio codec of stream ex "mp4a.40.2" | String |
| FrameRate | The video framerate ex 24 | Int32 |
| MaxHeight | Dont use this | Int32 |
| QualityLabel | Video quality label ex "720p" | String |
| VideoWidth | Video Width ex 1280 | Int32 |
| VideoHeight | Video Width ex 720 | Int32 |
| HasVideo | Stream Has Video | Boolean |
| HasAudio | Stream Has Audio | Boolean |
| Size | FileSize in bytes | Int64 |
| Container | This is what {Container} means ex "mp4" | String |
| VideoCodec | The video codec of stream ex "avc1.64001F" |
| Bitrate | Stream's bitrate | Int64 |
| Url | Direct YouTube Url (usually googlevideo.com) | String |