Home | History | Annotate | Download | only in media

Lines Matching refs:data_channel_type

1102   // If we haven't already set the data_channel_type, and we add a
1104 else if (type == MEDIA_TYPE_DATA && data_channel_type == DCT_NONE)
1105 data_channel_type = DCT_RTP;
1521 bool is_sctp = (options.data_channel_type == DCT_SCTP);
1700 bool is_sctp = (options.data_channel_type == DCT_SCTP);