mirror of https://bitbucket.org/ausocean/av.git
revid: fixed AVDevice comment
This commit is contained in:
parent
7dc15d8095
commit
bc7f450c5f
|
@ -54,7 +54,7 @@ const (
|
|||
)
|
||||
|
||||
// AVDevice describes a configurable audio or video device from which media data
|
||||
// can be obtained. AVDevice implements io.Reader.
|
||||
// can be obtained. AVDevice is an io.Reader.
|
||||
type AVDevice interface {
|
||||
io.Reader
|
||||
|
||||
|
|
Loading…
Reference in New Issue