|
| PeerConnectionInterfaceTest () |
|
virtual void | SetUp () |
|
void | CreatePeerConnection () |
|
void | CreatePeerConnectionWithoutDtls () |
|
void | CreatePeerConnection (webrtc::MediaConstraintsInterface *constraints) |
|
void | CreatePeerConnectionWithIceTransportsType (PeerConnectionInterface::IceTransportsType type) |
|
void | CreatePeerConnectionWithIceServer (const std::string &uri, const std::string &password) |
|
void | CreatePeerConnection (PeerConnectionInterface::RTCConfiguration config, webrtc::MediaConstraintsInterface *constraints) |
|
void | CreatePeerConnectionExpectFail (const std::string &uri) |
|
void | CreatePeerConnectionWithDifferentConfigurations () |
|
void | ReleasePeerConnection () |
|
void | AddVideoStream (const std::string &label) |
|
void | AddVoiceStream (const std::string &label) |
|
void | AddAudioVideoStream (const std::string &stream_label, const std::string &audio_track_label, const std::string &video_track_label) |
|
bool | DoCreateOfferAnswer (std::unique_ptr< SessionDescriptionInterface > *desc, bool offer, MediaConstraintsInterface *constraints) |
|
bool | DoCreateOffer (std::unique_ptr< SessionDescriptionInterface > *desc, MediaConstraintsInterface *constraints) |
|
bool | DoCreateAnswer (std::unique_ptr< SessionDescriptionInterface > *desc, MediaConstraintsInterface *constraints) |
|
bool | DoSetSessionDescription (SessionDescriptionInterface *desc, bool local) |
|
bool | DoSetLocalDescription (SessionDescriptionInterface *desc) |
|
bool | DoSetRemoteDescription (SessionDescriptionInterface *desc) |
|
bool | DoGetStats (MediaStreamTrackInterface *track) |
|
void | InitiateCall () |
|
void | VerifyRemoteRtpHeaderExtensions () |
|
void | CreateOfferAsRemoteDescription () |
|
void | CreateAndSetRemoteOffer (const std::string &sdp) |
|
void | CreateAnswerAsLocalDescription () |
|
void | CreatePrAnswerAsLocalDescription () |
|
void | CreateOfferReceiveAnswer () |
|
void | CreateOfferAsLocalDescription () |
|
void | CreateAnswerAsRemoteDescription (const std::string &sdp) |
|
void | CreatePrAnswerAndAnswerAsRemoteDescription (const std::string &sdp) |
|
void | WaitAndVerifyOnAddStream (const std::string &stream_label) |
|
void | CreateOfferReceiveAnswerWithoutSsrc () |
|
std::unique_ptr< SessionDescriptionInterface > | CreateSessionDescriptionAndReference (size_t number_of_audio_tracks, size_t number_of_video_tracks) |
|
void | AddAudioTrack (const std::string &track_id, MediaStreamInterface *stream) |
|
void | AddVideoTrack (const std::string &track_id, MediaStreamInterface *stream) |
|
std::unique_ptr< SessionDescriptionInterface > | CreateOfferWithOneAudioStream () |
|
std::unique_ptr< SessionDescriptionInterface > | CreateAnswerWithOneAudioStream () |
|
const std::string & | GetFirstAudioStreamCname (const SessionDescriptionInterface *desc) |
|
| Test () |
|
virtual void | TearDown () |
|
◆ PeerConnectionInterfaceTest()
PeerConnectionInterfaceTest::PeerConnectionInterfaceTest |
( |
| ) |
|
|
inlineprotected |
◆ AddAudioTrack()
◆ AddAudioVideoStream()
◆ AddVideoStream()
void PeerConnectionInterfaceTest::AddVideoStream |
( |
const std::string & |
label | ) |
|
|
inlineprotected |
◆ AddVideoTrack()
◆ AddVoiceStream()
void PeerConnectionInterfaceTest::AddVoiceStream |
( |
const std::string & |
label | ) |
|
|
inlineprotected |
◆ CreateAndSetRemoteOffer()
void PeerConnectionInterfaceTest::CreateAndSetRemoteOffer |
( |
const std::string & |
sdp | ) |
|
|
inlineprotected |
◆ CreateAnswerAsLocalDescription()
void PeerConnectionInterfaceTest::CreateAnswerAsLocalDescription |
( |
| ) |
|
|
inlineprotected |
◆ CreateAnswerAsRemoteDescription()
void PeerConnectionInterfaceTest::CreateAnswerAsRemoteDescription |
( |
const std::string & |
sdp | ) |
|
|
inlineprotected |
◆ CreateAnswerWithOneAudioStream()
◆ CreateOfferAsLocalDescription()
void PeerConnectionInterfaceTest::CreateOfferAsLocalDescription |
( |
| ) |
|
|
inlineprotected |
◆ CreateOfferAsRemoteDescription()
void PeerConnectionInterfaceTest::CreateOfferAsRemoteDescription |
( |
| ) |
|
|
inlineprotected |
◆ CreateOfferReceiveAnswer()
void PeerConnectionInterfaceTest::CreateOfferReceiveAnswer |
( |
| ) |
|
|
inlineprotected |
◆ CreateOfferReceiveAnswerWithoutSsrc()
void PeerConnectionInterfaceTest::CreateOfferReceiveAnswerWithoutSsrc |
( |
| ) |
|
|
inlineprotected |
◆ CreateOfferWithOneAudioStream()
◆ CreatePeerConnection() [1/3]
void PeerConnectionInterfaceTest::CreatePeerConnection |
( |
| ) |
|
|
inlineprotected |
◆ CreatePeerConnection() [2/3]
◆ CreatePeerConnection() [3/3]
◆ CreatePeerConnectionExpectFail()
void PeerConnectionInterfaceTest::CreatePeerConnectionExpectFail |
( |
const std::string & |
uri | ) |
|
|
inlineprotected |
◆ CreatePeerConnectionWithDifferentConfigurations()
void PeerConnectionInterfaceTest::CreatePeerConnectionWithDifferentConfigurations |
( |
| ) |
|
|
inlineprotected |
◆ CreatePeerConnectionWithIceServer()
◆ CreatePeerConnectionWithIceTransportsType()
void PeerConnectionInterfaceTest::CreatePeerConnectionWithIceTransportsType |
( |
PeerConnectionInterface::IceTransportsType |
type | ) |
|
|
inlineprotected |
◆ CreatePeerConnectionWithoutDtls()
void PeerConnectionInterfaceTest::CreatePeerConnectionWithoutDtls |
( |
| ) |
|
|
inlineprotected |
◆ CreatePrAnswerAndAnswerAsRemoteDescription()
void PeerConnectionInterfaceTest::CreatePrAnswerAndAnswerAsRemoteDescription |
( |
const std::string & |
sdp | ) |
|
|
inlineprotected |
◆ CreatePrAnswerAsLocalDescription()
void PeerConnectionInterfaceTest::CreatePrAnswerAsLocalDescription |
( |
| ) |
|
|
inlineprotected |
◆ CreateSessionDescriptionAndReference()
◆ DoCreateAnswer()
◆ DoCreateOffer()
◆ DoCreateOfferAnswer()
◆ DoGetStats()
◆ DoSetLocalDescription()
◆ DoSetRemoteDescription()
◆ DoSetSessionDescription()
◆ GetFirstAudioStreamCname()
◆ InitiateCall()
void PeerConnectionInterfaceTest::InitiateCall |
( |
| ) |
|
|
inlineprotected |
◆ ReleasePeerConnection()
void PeerConnectionInterfaceTest::ReleasePeerConnection |
( |
| ) |
|
|
inlineprotected |
◆ SetUp()
virtual void PeerConnectionInterfaceTest::SetUp |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ VerifyRemoteRtpHeaderExtensions()
void PeerConnectionInterfaceTest::VerifyRemoteRtpHeaderExtensions |
( |
| ) |
|
|
inlineprotected |
◆ WaitAndVerifyOnAddStream()
void PeerConnectionInterfaceTest::WaitAndVerifyOnAddStream |
( |
const std::string & |
stream_label | ) |
|
|
inlineprotected |
◆ fake_certificate_generator_
◆ observer_
MockPeerConnectionObserver PeerConnectionInterfaceTest::observer_ |
|
protected |
◆ pc_
◆ pc_factory_
◆ pc_factory_for_test_
◆ port_allocator_
◆ reference_collection_
The documentation for this class was generated from the following file: