001
package net.bramp.ffmpeg.info;
002
003
public interface ChannelLayout {
004
String getName();
005
}