Home | History | Annotate | Download | only in media

Lines Matching refs:GetTransportDescriptionByName

2152   audio_trans_desc = offer->GetTransportDescriptionByName("audio");
2154 video_trans_desc = offer->GetTransportDescriptionByName("video");
2172 audio_trans_desc = answer->GetTransportDescriptionByName("audio");
2174 video_trans_desc = answer->GetTransportDescriptionByName("video");
2197 audio_trans_desc = answer->GetTransportDescriptionByName("audio");
2199 video_trans_desc = answer->GetTransportDescriptionByName("video");
2217 audio_trans_desc = offer->GetTransportDescriptionByName("audio");
2219 video_trans_desc = offer->GetTransportDescriptionByName("video");
2271 offer->GetTransportDescriptionByName("audio");
2274 offer->GetTransportDescriptionByName("video");
2277 offer->GetTransportDescriptionByName("data");
2285 answer->GetTransportDescriptionByName("audio");
2288 answer->GetTransportDescriptionByName("video");
2291 answer->GetTransportDescriptionByName("data");