Click or drag to resize
QualityLevelAudioTag Property

A numeric code that identifies which media format and variant of the media format is used for each sample in an audio track.

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Nullable<uint> AudioTag { get; set; }

Property Value

Type: NullableUInt32
The audio tag.
Remarks

 "1": The sample media format is Linear 8 or 16-bit Pulse Code Modulation

 "353": Microsoft Windows Media Audio v7, v8 and v9. x Standard (WMA Standard)

 "353": Microsoft Windows Media Audio v9. x and v10 Professional (WMA Professional)

 "85": ISO MPEG-1 Layer III (MP3)

 "255": ISO Advanced Audio Coding (AAC)

 "65534": Vendor-extensible format. If specified, the CodecPrivateData field SHOULD contain a hex-encoded version of the WAVE_FORMAT_EXTENSIBLE structure

See Also