C# Class javazoom.jl.decoder.BitstreamErrors_Fields

This interface describes all error codes that can be thrown in BistreamExceptions.
Show file Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
BITSTREAM_LAST int
STREAM_EOF int
STREAM_ERROR int
UNEXPECTED_EOF int
UNKNOWN_ERROR int
UNKNOWN_SAMPLE_RATE int

Private Methods

Method Description
BitstreamErrors_Fields ( ) : System

Property Details

BITSTREAM_LAST public static property

public static int BITSTREAM_LAST
return int

STREAM_EOF public static property

public static int STREAM_EOF
return int

STREAM_ERROR public static property

public static int STREAM_ERROR
return int

UNEXPECTED_EOF public static property

public static int UNEXPECTED_EOF
return int

UNKNOWN_ERROR public static property

public static int UNKNOWN_ERROR
return int

UNKNOWN_SAMPLE_RATE public static property

public static int UNKNOWN_SAMPLE_RATE
return int