MCPcopy Create free account
hub / github.com/Tencent/libpag / MakeFrom

Method MakeFrom

android/libpag/src/main/java/org/libpag/PAGDecoder.java:65–65  ·  view source on GitHub ↗
(PAGComposition pagComposition, float maxFrameRate, float scale)

Source from the content-addressed store, hash-verified

63 }
64
65 private static native long MakeFrom(PAGComposition pagComposition, float maxFrameRate, float scale);
66
67 private PAGDecoder(long nativeContext) {
68 this.nativeContext = nativeContext;

Callers 1

MakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected