SampleStream.Flags


@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = ElementType.TYPE_USE)
@IntDef(flag = true, value = )
public annotation SampleStream.Flags


Flags that can be specified on the stream. Possible flag values are FLAG_STRICT_DURATION, FLAG_MAYBE_HAS_PREROLL and FLAG_HAS_PREROLL.