Home | History | Annotate | Download | only in media

Lines Matching defs:source

5  * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
1922 SessionDescription source;
1924 source.AddGroup(group);
1928 source.AddContent(cricket::CN_AUDIO, cricket::NS_JINGLE_RTP, acd);
1932 source.AddContent(cricket::CN_VIDEO, cricket::NS_JINGLE_RTP, vcd);
1934 rtc::scoped_ptr<SessionDescription> copy(source.Copy());