Module medea_jason::media[][src]

Modules

track

MediaStreamTrack related objects.

Structs

AudioMediaTracksSettings

MediaStreamConstraints for the audio media type.

AudioTrackConstraints

Constraints applicable to audio tracks.

DeviceVideoTrackConstraints

Constraints applicable to video tracks that are sourced from some media device.

DisplayVideoTrackConstraints

Constraints applicable to video tracks sourced from screen capture.

InputDeviceInfo

Representation of MediaDeviceInfo.

LocalTracksConstraints

Local media stream for injecting into new created PeerConnections.

MediaManager

MediaManager performs all media acquisition requests (getUserMedia()/getDisplayMedia()) and stores all received tracks for further reusage.

MediaManagerHandle

JS side handle to MediaManager.

MediaStreamSettings

MediaStreamConstraints wrapper.

RecvConstraints

Constraints to the media received from remote. Used to disable or enable media receiving.

VideoTrackConstraints

MediaStreamConstraints for the video media type.

Enums

FacingMode

Describes the directions that the camera can face, as seen from the user’s perspective. Representation of VideoFacingModeEnum.

JsMediaSourceKind

Media source type.

MediaKind

MediaStreamTrack.kind representation.

MediaManagerError

Errors that may occur in a MediaManager.

MultiSourceTracksConstraints

Wrapper around MediaStreamConstraints that specifies concrete media source (device or display), and allows to group two requests with different sources.

TrackConstraints

Wrapper around MediaTrackConstraints.

VideoSource

Constraints for the MediaKind::Video local::Track.