Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 2.53 KB

audio-properties.md

File metadata and controls

59 lines (33 loc) · 2.53 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Windows Portable Devices supports the following audio properties.
5d6c6a95-abb7-4191-a961-bcb30ca96bb6
Audio Properties (PortableDevice.h)
reference
05/31/2018
APIRef
kbSyntax
Audio
HeaderDef
PortableDevice.h

Audio Properties

Windows Portable Devices supports the following audio properties.

Property VarType Description
WPD_AUDIO_BIT_DEPTH VT_UI4 The bit-depth of the audio.
WPD_AUDIO_BITRATE VT_UI4 The bit rate of the audio, in bits per second.
WPD_AUDIO_BLOCK_ALIGNMENT VT_UI4 The block alignment of the audio file, in bytes.
WPD_AUDIO_CHANNEL_COUNT VT_R4 The number of channels in this audio file, for example, 1, 2, or 5.1.
WPD_AUDIO_FORMAT_CODE VT_UI4 The registered WAVE format code number. For a listing of registered WAVE formats, see the article Extensible wave-format descriptors.

Requirements

Requirement Value
Header
PortableDevice.h

See also

WPD Properties and Attributes