CmcdData.StreamType
Artifact: androidx.media3:media3-exoplayer
@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.