D | StreamingVideoActivity.java | 53 static class Stream implements Serializable { class in StreamingVideoActivity 69 public Stream(String name, String code, String uri) { in Stream() method in StreamingVideoActivity.Stream 79 } else if (o == null || !(o instanceof Stream)) { in equals() 82 Stream stream = (Stream) o; in equals() 118 private static final Stream[] HTTP_STREAMS = { 119 new Stream("H263 Video, AMR Audio", "http_h263_amr", 128 new Stream("MPEG4 SP Video, AAC Audio", "http_mpeg4_aac", 137 new Stream("H264 Base Video, AAC Audio", "http_h264_aac", 192 for (Stream stream : HTTP_STREAMS) { 212 Stream stream = new Stream(name, code, rtspUrl); [all …]
|