mirror of https://bitbucket.org/ausocean/av.git
revid/config/config.go: add InputAudio source in Input config field comment
This commit is contained in:
parent
f359d9ce79
commit
aa29647fcb
|
@ -132,9 +132,13 @@ type Config struct {
|
||||||
// InputV4l:
|
// InputV4l:
|
||||||
// Read from webcam.
|
// Read from webcam.
|
||||||
// InputFile:
|
// InputFile:
|
||||||
|
// Read h.264 bytestream from a file.
|
||||||
// Location must be specified in InputPath field.
|
// Location must be specified in InputPath field.
|
||||||
// InputRTSP:
|
// InputRTSP:
|
||||||
|
// Read from a camera supporting RTSP communication.
|
||||||
// CameraIP should also be defined.
|
// CameraIP should also be defined.
|
||||||
|
// InputAudio:
|
||||||
|
// Read from a ALSA audio source.
|
||||||
Input uint8
|
Input uint8
|
||||||
|
|
||||||
// InputCodec defines the input codec we wish to use, and therefore defines the
|
// InputCodec defines the input codec we wish to use, and therefore defines the
|
||||||
|
|
Loading…
Reference in New Issue