OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sdpMLineIndex
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/app/webrtc/objc/public/
RTCICECandidate.h
40
@property(nonatomic, assign, readonly) NSInteger
sdpMLineIndex
;
47
index:(NSInteger)
sdpMLineIndex
/external/webrtc/webrtc/api/objc/
RTCIceCandidate.h
27
@property(nonatomic, readonly) NSInteger
sdpMLineIndex
;
38
sdpMLineIndex
:(NSInteger)
sdpMLineIndex
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
IceCandidate.java
36
public final int
sdpMLineIndex
;
39
public IceCandidate(String sdpMid, int
sdpMLineIndex
, String sdp) {
41
this.
sdpMLineIndex
=
sdpMLineIndex
;
46
return sdpMid + ":" +
sdpMLineIndex
+ ":" + sdp;
Completed in 367 milliseconds