mirror of https://bitbucket.org/ausocean/av.git
formatting changes
This commit is contained in:
parent
0213c89b1b
commit
36dfb05326
|
@ -24,8 +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 an interface and implementations for input devices
|
// Package device describes a configurable audio or video device from which
|
||||||
// that can be started and stopped from which media data can be obtained.
|
// media data can be obtained. AVDevice is an io.Reader.
|
||||||
package device
|
package device
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue