CmcdData.StreamType


@Retention(value = RetentionPolicy.SOURCE)
@StringDef(value = [Factory.STREAM_TYPE_VOD, Factory.STREAM_TYPE_LIVE])
@Documented
@Target(value = TYPE_USE)
public annotation CmcdData.StreamType


Indicates the type of streaming for media content.