Added PixFmt() getter

This commit is contained in:
Alex Eidt 2022-04-22 13:33:16 -07:00
parent 2d72a27288
commit 9f884aeec1
3 changed files with 12 additions and 1 deletions

View file

@ -29,6 +29,7 @@ Duration() float64
FPS() float64
Codec() string
AudioCodec() string
PixFmt() string
FrameBuffer() []byte
SetFrameBuffer(buffer []byte)