Data structure for SV8/MPC tags.
Declaration Syntax
C# | Visual Basic |
public class SV8Tag
Public Class SV8Tag
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
SV8Tag()()()() |
Default constructor for the SV8Tag class.
| |
AlbumGain |
The loudness calculated for the album.
| |
AlbumPeak |
The gain calculated for the album.
| |
AudioBlockFrames |
Defines the number of frames per audio packet.
| |
AudioChannels |
Defines the number of audio channels used for this audio file.
| |
BeginningSilence |
Defines the number of samples to skip at the beginning of the stream (silence).
| |
Bitrate |
Audio file bitrate. This value is not part of the SV7 header.
| |
EncoderBuild |
Encoder build version.
| |
EncoderMajor |
Encoder major version.
| |
EncoderMinor |
Encoder minor version.
| |
EncoderPNSTool |
Encoder PNS tool enabled.
| |
EncoderProfile |
Encoder quality; one of the following values:
0: no profile
1: Unstable/Experimental
2: unused
3: unused
4: unused
5: below Telephone (q= 0.0)
6: below Telephone (q= 1.0)
7: Telephone (q= 2.0)
8: Thumb (q= 3.0)
9: Radio (q= 4.0)
10: Standard (q= 5.0)
11: Xtreme (q= 6.0)
12: Insane (q= 7.0)
13: BrainDead (q= 8.0)
14: above BrainDead (q= 9.0)
15: above BrainDead (q=10.0)
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
Length |
Audio file length (in time string format, 00:00.000). This value is not part of the SV7 header.
| |
LengthMS |
Audio file length (in milliseconds). This value is not part of the SV7 header.
| |
LengthSamples |
Defines the audio file length in samples.
| |
MaxUsedBands |
Defines the maximum number of bands used in the audio file.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MidSideStereoEnabled |
Defines if the Mid Side Stereo mode is enabled.
| |
ReplayGainVersion |
Defines the Replay Gain version.
| |
SampleRate |
Audio file sample rate. Can be 44100, 48000, 37800 or 32000 Hz.
| |
SeekTableOffset |
Offset from this packet to the seek table packet.
| |
TitleGain |
The loudness calculated for the title, and not the gain that the player must apply.
| |
TitlePeak |
The gain calculated for the title.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
SV8Tag |