fmt
This commit is contained in:
parent
589edba35a
commit
9c6c79df1f
2
av/av.go
2
av/av.go
@ -269,8 +269,8 @@ type AudioEncoder interface {
|
|||||||
SetSampleRate(int) (error)
|
SetSampleRate(int) (error)
|
||||||
SetChannelLayout(ChannelLayout) (error)
|
SetChannelLayout(ChannelLayout) (error)
|
||||||
SetSampleFormat(SampleFormat) (error)
|
SetSampleFormat(SampleFormat) (error)
|
||||||
SetOption(string,interface{}) (error)
|
|
||||||
SetBitrate(int) (error)
|
SetBitrate(int) (error)
|
||||||
|
SetOption(string,interface{}) (error)
|
||||||
GetOption(string,interface{}) (error)
|
GetOption(string,interface{}) (error)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user