remove deprecated function (#420)

This commit is contained in:
Alessandro Ros
2023-09-14 18:03:26 +02:00
committed by GitHub
parent 77ada184d6
commit 24ff7e8003

View File

@@ -43,13 +43,6 @@ func (f *Speex) Codec() string {
return "Speex"
}
// String implements Format.
//
// Deprecated: replaced by Codec().
func (f *Speex) String() string {
return f.Codec()
}
// ClockRate implements Format.
func (f *Speex) ClockRate() int {
return f.SampleRate