Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

These constants represent a storage medium for content. For example, content can be stored on a VHS tape, on a DVD-ROM disc, and so on.

Syntax

const LPCWSTR
  Unknown			 = L"UNKNOWN",
  Dv				= L"DV",
  Mini				= L"MINI-DV",
  VHS				 = L"VHS",
  W_VHS			 = L"W-VHS",
  S_VHS			 = L"S-VHS",
  D_VHS			 = L"D-VHS",
  VHSC				= L"VHSC",
  Video8			= L"VIDEO8",
  Hi8				 = L"HI8",
  CD_ROM			= L"CD-ROM",
  CD_DA			 = L"CD-DA",
  CD_R				= L"CD-R",
  CD_RW			 = L"CD-RW",
  Video			 = L"VIDEO-CD",
  Sacd				= L"SACD",
  MD_Audio			= L"MD-AUDIO",
  MD_Picture		= L"MD-PICTURE",
  DVD_ROM			 = L"DVD-ROM",
  DVD_Video		 = L"DVD-VIDEO",
  DVD_R			 = L"DVD-R",
  DVD_Plus_RW		 = L"DVD+RW",
  DVD_Minus_RW		= L"DVD-RW",
  DVD_RAM			 = L"DVD-RAM",
  DVD_Audio		 = L"DVD-AUDIO",
  DAT				 = L"DAT",
  LD				= L"LD",
  Hdd				 = L"HDD",
  Micro			 = L"MICRO-MV",
  Network			 = L"NETWORK",
  None				= L"NONE";

Remarks

The strings represented by these constants are valid values for the AVTransport service's PlaybackStorageMedium and PossiblePlaybackStorageMedia state variables.

You can retrieve the medium as part of the MediaInfostructure using IAVTransport::GetMediaInfo.

For more information about the state variables and valid values defined by the UPnP AV DCP, see UPnP AV DCP Documentation.

Requirements

Header av_upnp.h
Library Av_upnp.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also