Click or drag to resize

LiteFile Properties

The LiteFile type exposes the following members.

Properties
 NameDescription
Public propertyAudioLength Gets the length of the audio data.
Public propertyAudioMode The audio channels mode.
Public propertyAudioSyncOffset Gets the offset into the file where the first audio sync (11 one bits) was found after the ID3 tag.
Public propertyBitrate The audio sampling bitrate.
Public propertyCreated Gets the created UTC time of the parsed file.
Public propertyDuration The audio duration in seconds (the play time).
Public propertyFilename Gets the name of the file which was parsed to generate this class instance.
Public propertyFrequency The audio sampling frequency.
Public propertyLength Gets the original length of the parsed file.
Public propertyModified Gets the modified UTC time of the parsed file.
Public propertyPaddingLength Gets the length of the optional padding that may follow the last frame in a v2 tag.
Public propertyPaddingOffset Gets the offset to the start of the optional padding that may follow the last frame in a v2 tag.
Public propertyTag Gets a reference to the Tag object containing ID3 V2 and V1 tag information parsed out of a file.
Top
See Also