Property | Type | Description | |
---|---|---|---|
BOTH | |||
BOTH_CHANNELS | int | ||
DOWNMIX | |||
DOWNMIX_CHANNELS | int | ||
LEFT | |||
LEFT_CHANNEL | int | ||
RIGHT | |||
RIGHT_CHANNEL | int |
Method | Description | |
---|---|---|
Equals ( System o ) : bool | ||
GetHashCode ( ) : int | ||
fromInt ( int code ) : |
Creates an
|
Method | Description | |
---|---|---|
OutputChannels ( int channels ) : System |
public static fromInt ( int code ) : |
||
code | int | one of the OutputChannels channel code constants. /// /// @throws IllegalArgumentException if code is not a valid /// channel code. /// /// |
return |
public static OutputChannels,javazoom.jl.decoder BOTH | ||
return |
public static OutputChannels,javazoom.jl.decoder DOWNMIX | ||
return |
public static OutputChannels,javazoom.jl.decoder LEFT | ||
return |
public static OutputChannels,javazoom.jl.decoder RIGHT | ||
return |