Class AudioChannelType
Class AudioChannelType
اسم الفضاء : Aspose.Imaging.Xmp.Schemas.XmpDm تجميع: Aspose.Imaging.dll (25.4.0)
يمثل نوع القناة الصوتية.
public sealed class AudioChannelType
Inheritance
الأعضاء الموروثين
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Audio16Channel
تحصل على 16 قناة صوتية
public static AudioChannelType Audio16Channel { get; }
قيمة الممتلكات
Audio51
تحصل على قناة الصوت 5.1.
public static AudioChannelType Audio51 { get; }
قيمة الممتلكات
Audio71
تحصل على قناة الصوت 7.1
public static AudioChannelType Audio71 { get; }
قيمة الممتلكات
Mono
تحصل على قناة الصوت mono.
public static AudioChannelType Mono { get; }
قيمة الممتلكات
OtherChannel
اقرأ القناة الأخرى
public static AudioChannelType OtherChannel { get; }
قيمة الممتلكات
Stereo
تحصل على قناة الصوت الستيريو.
public static AudioChannelType Stereo { get; }
قيمة الممتلكات
Methods
ToString()
يعود نظام.String الذي يمثل هذه الحالة.
public override string ToString()
Returns
نظام.String الذي يمثل هذه الحالة.