SegmentingType problems
Closed this issue · 1 comments
mdeimel commented
There are two different issues when creating a ZencoderOutput
, as it relates to the SegmentingType
.
- The
SegmentingType
only includes an enum value forhls
andmms
, but there is nodash
, which is available in theprepare_for_segmenting
JSON attribute for anoutput
. - When creating a
ZencoderOutput
object, I should be able to specify multiple output types, either as a comma separated string (as shown here), or as an array (as shown here). Perhaps anaddPrepareForSegmenting()
method should be added, instead of justsetPrepareForSegmenting()
.
Thank you.