mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add ftyp atom def
This commit is contained in:
parent
b9addf28b2
commit
baea1cd12d
@ -24,6 +24,7 @@ import java.util.List;
|
||||
|
||||
public abstract class Atom {
|
||||
|
||||
public static final int TYPE_ftyp = getAtomTypeInteger("ftyp");
|
||||
public static final int TYPE_avc1 = getAtomTypeInteger("avc1");
|
||||
public static final int TYPE_avc3 = getAtomTypeInteger("avc3");
|
||||
public static final int TYPE_esds = getAtomTypeInteger("esds");
|
||||
|
Loading…
x
Reference in New Issue
Block a user