Home
last modified time | relevance | path

Searched defs:RTCMediaConstraints (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCPeerConnectionFactory.mm222 - (RTC_OBJC_TYPE(RTCAudioSource) *)audioSourceWithConstraints:
269 peerConnectionWithConfiguration:(RTC_OBJC_TYPE(RTCConfiguration) *)configuration
281 peerConnectionWithConfiguration:(RTC_OBJC_TYPE(RTCConfiguration) *)configuration
295 peerConnectionWithDependencies:(RTC_OBJC_TYPE(RTCConfiguration) *)configuration
H A DRTCPeerConnection.mm337 - (nullable instancetype)initWithFactory:(RTC_OBJC_TYPE(RTCPeerConnectionFactory) *)factory
357 initWithDependencies:(RTC_OBJC_TYPE(RTCPeerConnectionFactory) *)factory
574 - (void)offerForConstraints:(RTC_OBJC_TYPE(RTCMediaConstraints) *)constraints
585 - (void)answerForConstraints:(RTC_OBJC_TYPE(RTCMediaConstraints) *)constraints
H A DRTCMediaConstraints+Private.h19 @interface RTC_OBJC_TYPE (RTCMediaConstraints) variable
H A DRTCMediaConstraints.mm31 @implementation RTC_OBJC_TYPE (RTCMediaConstraints) { category
/aosp_15_r20/external/webrtc/examples/objc/AppRTCMobile/
H A DARDAppClient.m807 - (RTC_OBJC_TYPE(RTCMediaConstraints) *)defaultMediaAudioConstraints {