Files
mediadevices/const.go
T

10 lines
112 B
Go

package mediadevices
import "github.com/pion/webrtc/v2"
type Codec string
const (
CodecH264 = webrtc.H264
)