Interface SampleStream

    • Field Detail

      • FLAG_PEEK

        static final int FLAG_PEEK
        Deprecated.
        Specifies that the read position should not be advanced if a sample buffer is read.
        See Also:
        Constant Field Values
      • FLAG_REQUIRE_FORMAT

        static final int FLAG_REQUIRE_FORMAT
        Deprecated.
        Specifies that if a sample buffer would normally be read next, the format of the stream should be read instead. In detail, the effect of this flag is as follows:
        • If a sample buffer would be read were the flag not set, then the stream format will be read instead.
        • If nothing would be read were the flag not set, then the stream format will be read if it's known. If the stream format is not known then behavior is unchanged.
        • If an end of stream buffer would be read were the flag not set, then behavior is unchanged.
        See Also:
        Constant Field Values