All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.refcodes.codec.ChannelSelector Maven / Gradle / Ivy

Go to download

Artifact with encoding and decoding (not in terms of encryption/decryption) implementations (codecs) such as BASE64 encoding / decoding.

There is a newer version: 3.3.8
Show newest version
package org.refcodes.codec;

/**
 * The Enum ChannelSelector.
 */
public enum ChannelSelector {

	MONO,

	STEREO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy