Added example

This commit is contained in:
Mike Nolan 2022-05-11 18:26:14 -05:00
parent b8eb4a7c1e
commit e195e7cb3b
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ See [this](StreamInfo.md) if you havent already
| 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" |
| VideoCodec | The video codec of stream ex "avc1.64001F" | String |
| Bitrate | Stream's bitrate | Int64 |
| Url | Direct YouTube Url (usually googlevideo.com) | String |