mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Add info about trick-playness to the Format log string
PiperOrigin-RevId: 382139109
This commit is contained in:
parent
6e4508daec
commit
764f9f20d6
1 changed files with 3 additions and 0 deletions
|
|
@ -1365,6 +1365,9 @@ public final class Format implements Parcelable {
|
|||
if (format.label != null) {
|
||||
builder.append(", label=").append(format.label);
|
||||
}
|
||||
if ((format.roleFlags & C.ROLE_FLAG_TRICK_PLAY) != 0) {
|
||||
builder.append(", trick-play-track");
|
||||
}
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue