Uses of Class
org.webrtc.RtpSender
Packages that use RtpSender
-
Uses of RtpSender in org.webrtc
Fields in org.webrtc declared as RtpSenderFields in org.webrtc with type parameters of type RtpSenderMethods in org.webrtc that return RtpSenderModifier and TypeMethodDescriptionPeerConnection.addTrack(MediaStreamTrack track) Adds a new media stream track to be sent on this peer connection, and returns the newly created RtpSender.PeerConnection.addTrack(MediaStreamTrack track, List<String> streamIds) PeerConnection.createSender(String kind, String stream_id) Creates an RtpSender without a track.RtpTransceiver.getSender()The sender attribute exposes the RtpSender corresponding to the RTP media that may be sent with the transceiver's mid.private RtpSenderPeerConnection.nativeAddTrack(long track, List<String> streamIds) private RtpSenderPeerConnection.nativeCreateSender(String kind, String stream_id) private static RtpSenderRtpTransceiver.nativeGetSender(long rtpTransceiver) Methods in org.webrtc that return types with arguments of type RtpSenderModifier and TypeMethodDescriptionPeerConnection.getSenders()Gets all RtpSenders associated with this peer connection.PeerConnection.nativeGetSenders()Methods in org.webrtc with parameters of type RtpSenderModifier and TypeMethodDescriptionbooleanPeerConnection.removeTrack(RtpSender sender) Stops sending media from sender.