Document the allowed values of TsPayloadReader.Flags IntDef

PiperOrigin-RevId: 479569806
(cherry picked from commit 7c68b8d4500cb25779a473b52029944ec4d29543)
This commit is contained in:
ibaker 2022-10-07 13:50:28 +00:00 committed by microkatz
parent 808180455a
commit ee9bff08da

View File

@ -176,6 +176,14 @@ public interface TsPayloadReader {
/**
* Contextual flags indicating the presence of indicators in the TS packet or PES packet headers.
*
* <p>The individual flag values are:
*
* <ul>
* <li>{@link #FLAG_PAYLOAD_UNIT_START_INDICATOR}
* <li>{@link #FLAG_RANDOM_ACCESS_INDICATOR}
* <li>{@link #FLAG_DATA_ALIGNMENT_INDICATOR}
* </ul>
*/
@Documented
@Retention(RetentionPolicy.SOURCE)