Added PixFmt() getter
This commit is contained in:
parent
2d72a27288
commit
9f884aeec1
3 changed files with 12 additions and 1 deletions
4
video.go
4
video.go
|
@ -69,6 +69,10 @@ func (video *Video) AudioCodec() string {
|
|||
return video.audioCodec
|
||||
}
|
||||
|
||||
func (video *Video) PixFmt() string {
|
||||
return video.pixfmt
|
||||
}
|
||||
|
||||
func (video *Video) FrameBuffer() []byte {
|
||||
return video.framebuffer
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue