EncodingFormat Enum

Definition

Enumerates values that describe the encoding format of audio.

public enum class EncodingFormat
public enum EncodingFormat
type EncodingFormat = 
Public Enum EncodingFormat
Inheritance
EncodingFormat

Fields

ALaw 6

The encoding format of the audio is ALaw.

Pcm 1

The encoding format of the audio is Pulse Code Modulation (PCM).

ULaw 7

The encoding format of the audio is ULaw.

Remarks

The EncodingFormat property gets a member of EncodingFormat that indicates the encoding format of audio.

Applies to

See also