mpeg constant
MediaType
const mpeg
Implementation
static const MediaType mpeg = MediaType(
type: 'video',
subtype: 'mpeg',
fileExtension: 'mpeg',
);
static const MediaType mpeg = MediaType(
type: 'video',
subtype: 'mpeg',
fileExtension: 'mpeg',
);