src/main/java/com/netflix/imflibrary/st2067_2/CompositionModel_st2067_2_2013.java [265:278]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            markerList.add(new IMFMarkerType(marker.getAnnotation() == null ? null : marker
                    .getAnnotation().getValue(),
                    new IMFMarkerType.Label(marker.getLabel().getValue(), marker.getLabel().getScope()),
                    marker.getOffset()));
        }

        return new IMFMarkerResourceType(
                markerResource.getId(),
                markerResource.getEditRate().size() != 0 ? markerResource.getEditRate() : cplEditRate,
                markerResource.getIntrinsicDuration(),
                markerResource.getEntryPoint(),
                markerResource.getSourceDuration(),
                markerResource.getRepeatCount(),
                markerList);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/netflix/imflibrary/st2067_2/CompositionModel_st2067_2_2016.java [268:281]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            markerList.add(new IMFMarkerType(marker.getAnnotation() == null ? null : marker
                    .getAnnotation().getValue(),
                    new IMFMarkerType.Label(marker.getLabel().getValue(), marker.getLabel().getScope()),
                    marker.getOffset()));
        }

        return new IMFMarkerResourceType(
                markerResource.getId(),
                markerResource.getEditRate().size() != 0 ? markerResource.getEditRate() : cplEditRate,
                markerResource.getIntrinsicDuration(),
                markerResource.getEntryPoint(),
                markerResource.getSourceDuration(),
                markerResource.getRepeatCount(),
                markerList);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



