Netflix / photon

Photon is a Java implementation of the Interoperable Master Format (IMF) standard. IMF is a SMPTE standard whose core constraints are defined in the specification st2067-2:2013
Apache License 2.0
234 stars 76 forks source link

CompositionPlaylistType not available through ApplicationComposition in Java API #256

Open subatomiczephyr opened 5 years ago

subatomiczephyr commented 5 years ago

Using Photon Java API , maven dependency:

    <dependency>
        <groupId>com.netflix.photon</groupId>
        <artifactId>Photon</artifactId>
        <version>4.5.14</version>
    </dependency>

...I cannot access ContentVersionList through an ApplicationComposition object.

Is it not exposed by the API? Shouldn't ApplicationComposition represent the entire ComporitionPlaylistType (CPL)? I can do a applicationComposition.getIssuer() or applicationComposition.getCreator() etc but not get the ContentVersionList...