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
Codec() string
AudioCodec() string
FrameBuffer() string
FrameBuffer() []byte
```
```go
@ -48,7 +48,7 @@ Height() int
Depth() int
FPS() float64
Codec() string
FrameBuffer() string
FrameBuffer() []byte
```
```go