mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Document the allowed values of TsPayloadReader.Flags IntDef
PiperOrigin-RevId: 479569806
This commit is contained in:
parent
26be9ae885
commit
91caf7a650
1 changed files with 8 additions and 0 deletions
|
|
@ -178,6 +178,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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue