mirror of https://bitbucket.org/ausocean/av.git
more accurate comment for device/device.go
This commit is contained in:
parent
149f95af84
commit
237ecadbc9
|
@ -24,9 +24,8 @@ LICENSE
|
|||
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||
*/
|
||||
|
||||
// Package device provides AVDevice, an interface that describes a configurable
|
||||
// audio or video device that can be started and stopped from which data may
|
||||
// be obtained.
|
||||
// Package device provides an interface and implementations for input devices
|
||||
// that can be started and stopped from which media data can be obtained.
|
||||
package device
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue