package
0.7.1
Repository: https://github.com/pion/mediadevices.git
Documentation: pkg.go.dev

# Structs

Audio represents an audio's constraints.
AudioConstraints represents an audio's constraints.
DurationRanged specifies range of expected duration value.
FloatRanged specifies range of expected float value.
IntRanged specifies range of expected int value.
Media stores single set of media propaties.
MediaConstraints represents set of media property constraints.
Video represents a video's constraints.
VideoConstraints represents a video's constraints.

# Interfaces

BoolConstraint is an interface to represent bool value constraint.
DurationConstraint is an interface to represent time.Duration constraint.
FloatConstraint is an interface to represent float value constraint.
FrameFormatConstraint is an interface to represent frame format constraint.
IntConstraint is an interface to represent integer value constraint.
StringConstraint is an interface to represent string constraint.

# Type aliases

Bool specifies ideal bool value.
BoolExact specifies exact bool value.
Duration specifies ideal duration value.
DurationExact specifies exact duration value.
DurationOneOf specifies list of expected duration values.
Float specifies ideal float value.
FloatExact specifies exact float value.
FloatOneOf specifies list of expected float values.
FrameFormat specifies expected frame format.
FrameFormatExact specifies exact frame format.
FrameFormatOneOf specifies list of expected frame format.
Int specifies ideal int value.
IntExact specifies exact int value.
IntOneOf specifies list of expected float values.
String specifies expected string.
StringExact specifies exact string.
StringOneOf specifies list of expected string.