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

add getIABEssenceDescriptor method #267

Closed cconcolato closed 4 years ago

cconcolato commented 4 years ago

Method needed by applications to retrieve information such as Audio Sampling Rate.

codecov[bot] commented 4 years ago

Codecov Report

Merging #267 into master will decrease coverage by 0.08%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #267      +/-   ##
============================================
- Coverage     67.86%   67.77%   -0.09%     
  Complexity     1609     1609              
============================================
  Files           158      158              
  Lines         11226    11240      +14     
  Branches       1701     1704       +3     
============================================
  Hits           7618     7618              
- Misses         2798     2812      +14     
  Partials        810      810
Impacted Files Coverage Δ Complexity Δ
...in/java/com/netflix/imflibrary/IMFConstraints.java 41.56% <0%> (-1.83%) 26 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d646f2...b0f906d. Read the comment docs.