Lite |
The LiteFile type exposes the following members.
| Name | Description | |
|---|---|---|
| AudioLength | Gets the length of the audio data. | |
| AudioMode | The audio channels mode. | |
| AudioSyncOffset | Gets the offset into the file where the first audio sync (11 one bits) was found after the ID3 tag. | |
| Bitrate | The audio sampling bitrate. | |
| Created | Gets the created UTC time of the parsed file. | |
| Duration | The audio duration in seconds (the play time). | |
| Filename | Gets the name of the file which was parsed to generate this class instance. | |
| Frequency | The audio sampling frequency. | |
| Length | Gets the original length of the parsed file. | |
| Modified | Gets the modified UTC time of the parsed file. | |
| PaddingLength | Gets the length of the optional padding that may follow the last frame in a v2 tag. | |
| PaddingOffset | Gets the offset to the start of the optional padding that may follow the last frame in a v2 tag. | |
| Tag | Gets a reference to the Tag object containing ID3 V2 and V1 tag information parsed out of a file. |