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.
|
in gpl.txt. If not, see http://www.gnu.org/licenses.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Package device provides AVDevice, an interface that describes a configurable
|
// Package device provides an interface and implementations for input devices
|
||||||
// audio or video device that can be started and stopped from which data may
|
// that can be started and stopped from which media data can be obtained.
|
||||||
// be obtained.
|
|
||||||
package device
|
package device
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue