C# Class javazoom.jl.decoder.BitstreamErrors_Fields

This interface describes all error codes that can be thrown in BistreamExceptions.
显示文件 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_oe static_oe property

public static int BITSTREAM_LAST
return int

STREAM_EOF public_oe static_oe property

public static int STREAM_EOF
return int

STREAM_ERROR public_oe static_oe property

public static int STREAM_ERROR
return int

UNEXPECTED_EOF public_oe static_oe property

public static int UNEXPECTED_EOF
return int

UNKNOWN_ERROR public_oe static_oe property

public static int UNKNOWN_ERROR
return int

UNKNOWN_SAMPLE_RATE public_oe static_oe property

public static int UNKNOWN_SAMPLE_RATE
return int