C# Class javazoom.jl.decoder.OutputChannels

A Type-safe representation of the the supported output channel constants. This class is immutable and, hence, is thread safe.
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
BOTH OutputChannels
BOTH_CHANNELS int
DOWNMIX OutputChannels
DOWNMIX_CHANNELS int
LEFT OutputChannels
LEFT_CHANNEL int
RIGHT OutputChannels
RIGHT_CHANNEL int

Méthodes publiques

Méthode Description
Equals ( System o ) : bool
GetHashCode ( ) : int
fromInt ( int code ) : OutputChannels

Creates an OutputChannels instance corresponding to the given channel code.

Private Methods

Méthode Description
OutputChannels ( int channels ) : System

Method Details

Equals() public méthode

public Equals ( System o ) : bool
o System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

fromInt() public static méthode

Creates an OutputChannels instance corresponding to the given channel code.
public static fromInt ( int code ) : OutputChannels
code int one of the OutputChannels channel code constants. /// /// @throws IllegalArgumentException if code is not a valid /// channel code. /// ///
Résultat OutputChannels

Property Details

BOTH public_oe static_oe property

public static OutputChannels,javazoom.jl.decoder BOTH
Résultat OutputChannels

BOTH_CHANNELS public_oe static_oe property

Flag to indicate output should include both channels.
public static int BOTH_CHANNELS
Résultat int

DOWNMIX public_oe static_oe property

public static OutputChannels,javazoom.jl.decoder DOWNMIX
Résultat OutputChannels

DOWNMIX_CHANNELS public_oe static_oe property

Flag to indicate output is mono.
public static int DOWNMIX_CHANNELS
Résultat int

LEFT public_oe static_oe property

public static OutputChannels,javazoom.jl.decoder LEFT
Résultat OutputChannels

LEFT_CHANNEL public_oe static_oe property

Flag to indicate output should include the left channel only.
public static int LEFT_CHANNEL
Résultat int

RIGHT public_oe static_oe property

public static OutputChannels,javazoom.jl.decoder RIGHT
Résultat OutputChannels

RIGHT_CHANNEL public_oe static_oe property

Flag to indicate output should include the right channel only.
public static int RIGHT_CHANNEL
Résultat int