C# 클래스 javazoom.jl.decoder.OutputChannels

A Type-safe representation of the the supported output channel constants. This class is immutable and, hence, is thread safe.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BOTH OutputChannels
BOTH_CHANNELS int
DOWNMIX OutputChannels
DOWNMIX_CHANNELS int
LEFT OutputChannels
LEFT_CHANNEL int
RIGHT OutputChannels
RIGHT_CHANNEL int

공개 메소드들

메소드 설명
Equals ( System o ) : bool
GetHashCode ( ) : int
fromInt ( int code ) : OutputChannels

Creates an OutputChannels instance corresponding to the given channel code.

비공개 메소드들

메소드 설명
OutputChannels ( int channels ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( System o ) : bool
o System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

fromInt() 공개 정적인 메소드

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. /// ///
리턴 OutputChannels

프로퍼티 상세

BOTH 공개적으로 정적으로 프로퍼티

public static OutputChannels,javazoom.jl.decoder BOTH
리턴 OutputChannels

BOTH_CHANNELS 공개적으로 정적으로 프로퍼티

Flag to indicate output should include both channels.
public static int BOTH_CHANNELS
리턴 int

DOWNMIX 공개적으로 정적으로 프로퍼티

public static OutputChannels,javazoom.jl.decoder DOWNMIX
리턴 OutputChannels

DOWNMIX_CHANNELS 공개적으로 정적으로 프로퍼티

Flag to indicate output is mono.
public static int DOWNMIX_CHANNELS
리턴 int

LEFT 공개적으로 정적으로 프로퍼티

public static OutputChannels,javazoom.jl.decoder LEFT
리턴 OutputChannels

LEFT_CHANNEL 공개적으로 정적으로 프로퍼티

Flag to indicate output should include the left channel only.
public static int LEFT_CHANNEL
리턴 int

RIGHT 공개적으로 정적으로 프로퍼티

public static OutputChannels,javazoom.jl.decoder RIGHT
리턴 OutputChannels

RIGHT_CHANNEL 공개적으로 정적으로 프로퍼티

Flag to indicate output should include the right channel only.
public static int RIGHT_CHANNEL
리턴 int