001package net.bramp.ffmpeg.info; 002 003/** Represents an FFmpeg audio channel layout. */ 004public interface ChannelLayout { 005 /** Returns the name of this channel layout. */ 006 String getName(); 007}
001package net.bramp.ffmpeg.info; 002 003/** Represents an FFmpeg audio channel layout. */ 004public interface ChannelLayout { 005 /** Returns the name of this channel layout. */ 006 String getName(); 007}