Home | History | Annotate | Download | only in media

Lines Matching refs:audio_transport

1745   scoped_ptr<TransportDescription> audio_transport(CreateTransportAnswer(
1748 if (!audio_transport) {
1763 audio_transport->secure() ? cricket::SEC_DISABLED : secure();
1782 audio_transport->secure());
1784 AddTransportAnswer(audio_content->name, *(audio_transport.get()), answer);