mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
10 lines
112 B
Go
10 lines
112 B
Go
package mediadevices
|
|
|
|
import "github.com/pion/webrtc/v2"
|
|
|
|
type Codec string
|
|
|
|
const (
|
|
CodecH264 = webrtc.H264
|
|
)
|