Creates a new PAGDecoder with the specified PAGComposition, using the composition's frame rate and size. Please only keep an external reference to the PAGComposition if you need to modify it in the feature. Otherwise, the internal composition will not be released automatically after the associated d
(PAGComposition pagComposition)
| 42 | * PAGDecoder. |
| 43 | */ |
| 44 | public static PAGDecoder Make(PAGComposition pagComposition) { |
| 45 | return Make(pagComposition, pagComposition.frameRate(), 1.0f); |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Creates a PAGDecoder with a PAGComposition, a frame rate limit, and a scale factor for the |
no test coverage detected