HyCodeYourTale
classpublicPriority 3

SoundFileValidators

com.hypixel.hytale.server.core.asset.common.SoundFileValidators

3

Methods

3

Public Methods

0

Fields

1

Constructors

Constants

SoundFileValidators.ChannelValidatorMONO= new SoundFileValidators.ChannelValidator(1)
StringMONO_STRING= "Mono"
SoundFileValidators.ChannelValidatorSTEREO= new SoundFileValidators.ChannelValidator(2)
StringSTEREO_STRING= "Stereo"

Constructors

public
SoundFileValidators()

Methods

Public Methods (3)

public
void accept(String s, ValidationResults results)
publicstatic
String getEncoding(int channelCount)
@Nonnull
public
void updateSchema(SchemaContext context, Schema target)
@Override

Related Classes