Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getMP4Codec
Method · 0.95
describeVideo
Method · 0.95
Calls
no outgoing calls
Tested by
2
getMP4Codec
Method · 0.76
describeVideo
Method · 0.76