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