class Audio


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Audio ()


Properties

String album { get; set; }


String albumArtist { get; set; }


String artist { get; set; }


Int32 bitrate { get; set; }


String composers { get; set; }


String copyright { get; set; }


Int32 disc { get; set; }


Int32 discCount { get; set; }


Int32 duration { get; set; }


String genre { get; set; }


Boolean hasDrm { get; set; }


Boolean isVariableBitrate { get; set; }


String title { get; set; }


Int32 track { get; set; }


Int32 trackCount { get; set; }


Int32 year { get; set; }