CmcdData.StreamingFormat


@Retention(value = RetentionPolicy.SOURCE)
@StringDef(value = [Factory.STREAMING_FORMAT_DASH, Factory.STREAMING_FORMAT_HLS, Factory.STREAMING_FORMAT_SS])
@Documented
@Target(value = TYPE_USE)
annotation CmcdData.StreamingFormat


Indicates the streaming format used for media content.