001package net.bramp.ffmpeg.shared;
002
003public enum CodecType {
004  VIDEO,
005  AUDIO,
006  SUBTITLE,
007  DATA,
008  ATTACHMENT
009}