MusicProperties.Bitrate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bit rate of the song file.
public:
property unsigned int Bitrate { unsigned int get(); };
uint32_t Bitrate();
public uint Bitrate { get; }
var uInt32 = musicProperties.bitrate;
Public ReadOnly Property Bitrate As UInteger
Property Value
The bit rate, in bits per second.