|
virtual | ~OrtcFactoryInterface () |
|
virtual RTCErrorOr< std::unique_ptr< RtpTransportControllerInterface > > | CreateRtpTransportController ()=0 |
|
virtual RTCErrorOr< std::unique_ptr< RtpTransportInterface > > | CreateRtpTransport (const RtcpParameters &rtcp_parameters, PacketTransportInterface *rtp, PacketTransportInterface *rtcp, RtpTransportControllerInterface *transport_controller)=0 |
|
virtual RtpCapabilities | GetRtpSenderCapabilities (cricket::MediaType kind) const =0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpSenderInterface > > | CreateRtpSender (rtc::scoped_refptr< MediaStreamTrackInterface > track, RtpTransportInterface *transport)=0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpSenderInterface > > | CreateRtpSender (cricket::MediaType kind, RtpTransportInterface *transport)=0 |
|
virtual RtpCapabilities | GetRtpReceiverCapabilities (cricket::MediaType kind) const =0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpReceiverInterface > > | CreateRtpReceiver (cricket::MediaType kind, RtpTransportInterface *transport)=0 |
|
virtual RTCErrorOr< std::unique_ptr< UdpTransportInterface > > | CreateUdpTransport (int family, uint16_t min_port, uint16_t max_port)=0 |
|
RTCErrorOr< std::unique_ptr< UdpTransportInterface > > | CreateUdpTransport (int family) |
|
virtual rtc::scoped_refptr< AudioSourceInterface > | CreateAudioSource (const cricket::AudioOptions &options)=0 |
|
rtc::scoped_refptr< AudioSourceInterface > | CreateAudioSource () |
|
virtual rtc::scoped_refptr< VideoTrackSourceInterface > | CreateVideoSource (std::unique_ptr< cricket::VideoCapturer > capturer, const MediaConstraintsInterface *constraints)=0 |
|
rtc::scoped_refptr< VideoTrackSourceInterface > | CreateVideoSource (std::unique_ptr< cricket::VideoCapturer > capturer) |
|
virtual rtc::scoped_refptr< VideoTrackInterface > | CreateVideoTrack (const std::string &id, VideoTrackSourceInterface *source)=0 |
|
virtual rtc::scoped_refptr< AudioTrackInterface > | CreateAudioTrack (const std::string &id, AudioSourceInterface *source)=0 |
|
virtual | ~OrtcFactoryInterface () |
|
virtual RTCErrorOr< std::unique_ptr< RtpTransportControllerInterface > > | CreateRtpTransportController ()=0 |
|
virtual RTCErrorOr< std::unique_ptr< RtpTransportInterface > > | CreateRtpTransport (const RtcpParameters &rtcp_parameters, PacketTransportInterface *rtp, PacketTransportInterface *rtcp, RtpTransportControllerInterface *transport_controller)=0 |
|
virtual RtpCapabilities | GetRtpSenderCapabilities (cricket::MediaType kind) const =0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpSenderInterface > > | CreateRtpSender (rtc::scoped_refptr< MediaStreamTrackInterface > track, RtpTransportInterface *transport)=0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpSenderInterface > > | CreateRtpSender (cricket::MediaType kind, RtpTransportInterface *transport)=0 |
|
virtual RtpCapabilities | GetRtpReceiverCapabilities (cricket::MediaType kind) const =0 |
|
virtual RTCErrorOr< std::unique_ptr< OrtcRtpReceiverInterface > > | CreateRtpReceiver (cricket::MediaType kind, RtpTransportInterface *transport)=0 |
|
virtual RTCErrorOr< std::unique_ptr< UdpTransportInterface > > | CreateUdpTransport (int family, uint16_t min_port, uint16_t max_port)=0 |
|
RTCErrorOr< std::unique_ptr< UdpTransportInterface > > | CreateUdpTransport (int family) |
|
virtual rtc::scoped_refptr< AudioSourceInterface > | CreateAudioSource (const cricket::AudioOptions &options)=0 |
|
rtc::scoped_refptr< AudioSourceInterface > | CreateAudioSource () |
|
virtual rtc::scoped_refptr< VideoTrackSourceInterface > | CreateVideoSource (std::unique_ptr< cricket::VideoCapturer > capturer, const MediaConstraintsInterface *constraints)=0 |
|
rtc::scoped_refptr< VideoTrackSourceInterface > | CreateVideoSource (std::unique_ptr< cricket::VideoCapturer > capturer) |
|
virtual rtc::scoped_refptr< VideoTrackInterface > | CreateVideoTrack (const std::string &id, VideoTrackSourceInterface *source)=0 |
|
virtual rtc::scoped_refptr< AudioTrackInterface > | CreateAudioTrack (const std::string &id, AudioSourceInterface *source)=0 |
|