Class AudioChannelType

Class AudioChannelType

Nombre del espacio: Aspose.Imaging.Xmp.Schemas.XmpDm Asamblea: Aspose.Imaging.dll (25.4.0)

Representa el tipo de canal de audio.

public sealed class AudioChannelType

Inheritance

object AudioChannelType

Miembros heredados

object.GetType() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Properties

Audio16Channel

Tiene 16 canales de audio.

public static AudioChannelType Audio16Channel { get; }

Valor de la propiedad

AudioChannelType

Audio51

Tiene el canal 5.1 de audio.

public static AudioChannelType Audio51 { get; }

Valor de la propiedad

AudioChannelType

Audio71

Tiene el canal de audio 7.1.

public static AudioChannelType Audio71 { get; }

Valor de la propiedad

AudioChannelType

Mono

Tiene el canal de audio mono.

public static AudioChannelType Mono { get; }

Valor de la propiedad

AudioChannelType

OtherChannel

Tiene el otro canal.

public static AudioChannelType OtherChannel { get; }

Valor de la propiedad

AudioChannelType

Stereo

Tiene el canal de audio estereotipo.

public static AudioChannelType Stereo { get; }

Valor de la propiedad

AudioChannelType

Methods

ToString()

Retorna un Sistema.String que representa esta instancia.

public override string ToString()

Returns

string

Un sistema.String que representa esta instancia.

 Español