Updated README

This commit is contained in:
Alex Eidt 2022-04-16 12:01:59 -07:00
parent 3e62223de3
commit 1700998b3b

View file

@ -25,7 +25,7 @@ Duration() float64
FPS() float64 FPS() float64
Codec() string Codec() string
AudioCodec() string AudioCodec() string
FrameBuffer() string FrameBuffer() []byte
``` ```
```go ```go
@ -48,7 +48,7 @@ Height() int
Depth() int Depth() int
FPS() float64 FPS() float64
Codec() string Codec() string
FrameBuffer() string FrameBuffer() []byte
``` ```
```go ```go