Updated README
This commit is contained in:
parent
3e62223de3
commit
1700998b3b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue