MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / Style

Method Style

app/src/main/java/com/github/catvod/bean/Vod.java:194–196  ·  view source on GitHub ↗
(String type)

Source from the content-addressed store, hash-verified

192 }
193
194 public Style(String type) {
195 this.type = type;
196 }
197
198 public Style(String type, Float ratio) {
199 this.type = type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected