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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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