Share via


DiscData.MediaMetadata Property

Gets properties describing the disc.

Syntax

public MediaMetadata
 MediaMetadata {get;}

Property Value

Microsoft.MediaCenter.MediaMetadata A collection of string values describing the disc.

This property is read-only.

Remarks

Different properties are supported for different types of discs. The following disc types will expose, at minimum, the following properties (other properties might also be exposed):

MovieDVD

  • Director
  • Title
  • ReleaseDate
  • MPAARating
  • Duration

AudioCD

  • AlbumArtist
  • AlbumTitle
  • Genre
  • Label
  • ReleaseDate

Other disc types can expose other properties.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also