mirror of
https://github.com/golang/go
synced 2024-11-22 13:14:55 -07:00
add comment about C API.
somehow managed not to Put this before. R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=35289 CL=35294
This commit is contained in:
parent
cbd40daf38
commit
17191281eb
@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
// Package av implements audio and video access for Native Client
|
// Package av implements audio and video access for Native Client
|
||||||
// binaries running standalone or embedded in a web browser window.
|
// binaries running standalone or embedded in a web browser window.
|
||||||
|
//
|
||||||
|
// The C version of the API is documented at
|
||||||
|
// http://nativeclient.googlecode.com/svn/data/docs_tarball/nacl/googleclient/native_client/scons-out/doc/html/group__audio__video.html
|
||||||
package av
|
package av
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user