mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-21 15:49:38 +08:00
Remove Kind in favor of type assertion
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
package driver
|
||||
|
||||
type Kind string
|
||||
|
||||
const (
|
||||
Video Kind = "video"
|
||||
Audio = "audio"
|
||||
)
|
||||
|
||||
type DeviceType string
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user