AudioChannelType

Inheritance: java.lang.Object

public final class AudioChannelType

Représente le type de canal audio.

Méthodes

MéthodeDescription
toString()Renvoie une System.String qui représente cette instance.
getMono()Obtient le canal audio mono.
getStereo()Obtient le canal audio stéréo.
getAudio51()Obtient le canal audio 5.1.
getAudio71()Obtient le canal audio 7.1.
getAudio16Channel()Obtient le canal audio 16.
getOtherChannel()Obtient l’autre canal.

toString()

public String toString()

Renvoie une System.String qui représente cette instance.

Returns: java.lang.String - Une System.String qui représente cette instance.

getMono()

public static AudioChannelType getMono()

Obtient le canal audio mono.

Valeur : le canal audio mono.

Returns: AudioChannelType

getStereo()

public static AudioChannelType getStereo()

Obtient le canal audio stéréo.

Valeur : Le canal audio stéréo.

Returns: AudioChannelType

getAudio51()

public static AudioChannelType getAudio51()

Obtient le canal audio 5.1.

Valeur : Le canal audio 5.1.

Returns: AudioChannelType

getAudio71()

public static AudioChannelType getAudio71()

Obtient le canal audio 7.1.

Valeur : Le canal audio 7.1.

Returns: AudioChannelType

getAudio16Channel()

public static AudioChannelType getAudio16Channel()

Obtient le canal audio 16.

Valeur : Le canal audio 16.

Returns: AudioChannelType

getOtherChannel()

public static AudioChannelType getOtherChannel()

Obtient l’autre canal.

Valeur : L’autre canal.

Returns: AudioChannelType