mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-08 10:00:27 +08:00
Fixed Comment Error
This commit is contained in:

committed by
Atsushi Watanabe

parent
070ab924f9
commit
b263026d52
2
track.go
2
track.go
@@ -374,7 +374,7 @@ type AudioTrack struct {
|
|||||||
*audio.Broadcaster
|
*audio.Broadcaster
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewAudioTrack constructs a new VideoTrack
|
// NewAudioTrack constructs a new AudioTrack
|
||||||
func NewAudioTrack(source AudioSource, selector *CodecSelector) Track {
|
func NewAudioTrack(source AudioSource, selector *CodecSelector) Track {
|
||||||
return newAudioTrackFromReader(source, source, selector)
|
return newAudioTrackFromReader(source, source, selector)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user