This commit is contained in:
nareix 2016-07-16 22:02:11 +08:00
parent 589edba35a
commit 9c6c79df1f

View File

@ -269,8 +269,8 @@ type AudioEncoder interface {
SetSampleRate(int) (error)
SetChannelLayout(ChannelLayout) (error)
SetSampleFormat(SampleFormat) (error)
SetOption(string,interface{}) (error)
SetBitrate(int) (error)
SetOption(string,interface{}) (error)
GetOption(string,interface{}) (error)
}