From e195e7cb3bb6ebf0fc708442945bea0df3640b56 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 11 May 2022 18:26:14 -0500 Subject: [PATCH] Added example --- docs/StreamInfo2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/StreamInfo2.md b/docs/StreamInfo2.md index 6ef379f..8ab6495 100644 --- a/docs/StreamInfo2.md +++ b/docs/StreamInfo2.md @@ -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 |