org.refcodes.codec.ChannelSelector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-codec Show documentation
Show all versions of refcodes-codec Show documentation
Artifact with encoding and decoding (not in terms of encryption/decryption)
implementations (codecs) such as BASE64 encoding / decoding.
package org.refcodes.codec;
/**
* The Enum ChannelSelector.
*/
public enum ChannelSelector {
MONO,
STEREO
}