Uses of Class
dev.onvoid.webrtc.media.MediaType
-
Packages that use MediaType Package Description dev.onvoid.webrtc dev.onvoid.webrtc.media -
-
Uses of MediaType in dev.onvoid.webrtc
Fields in dev.onvoid.webrtc declared as MediaType Modifier and Type Field Description MediaTypeRTCRtpCodecParameters. mediaTypeThe media type of the codec.Methods in dev.onvoid.webrtc that return MediaType Modifier and Type Method Description MediaTypeRTCRtpCodecCapability. getMediaType()Returns media type of the codec equivalent to the MIME top-level type.Methods in dev.onvoid.webrtc with parameters of type MediaType Modifier and Type Method Description RTCRtpCapabilitiesPeerConnectionFactory. getRtpReceiverCapabilities(MediaType type)Returns the capabilities of the system for receiving media of the given media type.RTCRtpCapabilitiesPeerConnectionFactory. getRtpSenderCapabilities(MediaType type)Returns the capabilities of the system for sending media of the given media type.Constructors in dev.onvoid.webrtc with parameters of type MediaType Constructor Description RTCRtpCodecCapability(MediaType mediaType, String name, int clockRate, int channels, Map<String,String> sdpFmtp)Creates an instance of RTCRtpCodecCapability with the specified capability parameters.RTCRtpCodecParameters(int payloadType, MediaType mediaType, String codecName, int clockRate, int channels, Map<String,String> parameters)Creates an instance of RTCRtpCodecParameters with the specified media codec parameters. -
Uses of MediaType in dev.onvoid.webrtc.media
Methods in dev.onvoid.webrtc.media that return MediaType Modifier and Type Method Description static MediaTypeMediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaType[]MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-