Interface ContainerDirectoryItem

Found in newer Android Motion Photos

interface ContainerDirectoryItem {
    Item: {
        Length?: number;
        Mime?: string;
        Padding?: number;
        Semantic?: string;
    };
}

Properties

Properties

Item: { Length?: number; Mime?: string; Padding?: number; Semantic?: string }