MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getFileType

Method getFileType

src/javajs/util/VideoReader.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public String getFileType() {
42 return fileType;
43 }
44
45 public VideoReader(File f) throws FileNotFoundException {
46 this(new FileInputStream(f));

Callers 2

getMP4CodecMethod · 0.95
describeVideoMethod · 0.95

Calls

no outgoing calls

Tested by 2

getMP4CodecMethod · 0.76
describeVideoMethod · 0.76