mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Add info about trick-playness to the Format log string
PiperOrigin-RevId: 382139109
This commit is contained in:
parent
e272e3b1c8
commit
d699fb5dd9
1 changed files with 3 additions and 0 deletions
|
|
@ -1630,6 +1630,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