Commit 7c68b8d4 by ibaker Committed by Marc Baechinger

Document the allowed values of TsPayloadReader.Flags IntDef

PiperOrigin-RevId: 479569806
parent ccab9fba
...@@ -176,6 +176,14 @@ public interface TsPayloadReader { ...@@ -176,6 +176,14 @@ public interface TsPayloadReader {
/** /**
* Contextual flags indicating the presence of indicators in the TS packet or PES packet headers. * 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 @Documented
@Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment