Method | Description | |
---|---|---|
Clone ( ) : TagLib.Id3v2.Frame |
Creates a deep copy of the current instance.
|
|
Get ( |
Gets a specified volume adjustment frame from the specified tag, optionally creating it if it does not exist.
|
|
GetPeakVolume ( ChannelType type ) : double |
Gets the peak volume for a specified channel.
|
|
GetPeakVolumeIndex ( ChannelType type ) : ulong |
Gets the peak volume index for a specified channel. The peak volume index is simply the peak volume multiplied by 512. |
|
GetVolumeAdjustment ( ChannelType type ) : float |
Gets the volume adjustment for a specified channel. The value can be between -64dB and +64dB. |
|
GetVolumeAdjustmentIndex ( ChannelType type ) : short |
Gets the volume adjustment index for a specified channel. The volume adjustment index is simply the volume adjustment multiplied by 512. |
|
RelativeVolumeFrame ( ByteVector data, byte version ) : System |
Constructs and initializes a new instance of
|
|
RelativeVolumeFrame ( string identification ) : System |
Constructs and initializes a new instance of
|
|
SetPeakVolume ( ChannelType type, double peak ) : void |
Sets the peak volume for a specified channel.
|
|
SetPeakVolumeIndex ( ChannelType type, ulong index ) : void |
Sets the peak volume index for a specified channel. The peak volume index is simply the peak volume multiplied by 512. |
|
SetVolumeAdjustment ( ChannelType type, float adjustment ) : void |
Sets the volume adjustment for a specified channel. The value can be between -64dB and +64dB. |
|
SetVolumeAdjustmentIndex ( ChannelType type, short index ) : void |
Sets the volume adjustment index for a specified channel.
|
|
ToString ( ) : string |
Creates a text description of the current instance.
|
Method | Description | |
---|---|---|
ParseFields ( ByteVector data, byte version ) : void |
Populates the values in the current instance by parsing its field data in a specified version.
|
|
RelativeVolumeFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System |
Constructs and initializes a new instance of
|
|
RenderFields ( byte version ) : ByteVector |
Renders the values in the current instance into field data for a specified version.
|
Method | Description | |
---|---|---|
BitsToBytes ( int i ) : int |
public static Get ( |
||
tag |
/// A |
|
identification | string |
/// A |
create | bool |
/// A |
return |
public GetPeakVolume ( ChannelType type ) : double | ||
type | ChannelType |
/// A |
return | double |
public GetPeakVolumeIndex ( ChannelType type ) : ulong | ||
type | ChannelType |
/// A |
return | ulong |
public GetVolumeAdjustment ( ChannelType type ) : float | ||
type | ChannelType |
/// A |
return | float |
public GetVolumeAdjustmentIndex ( ChannelType type ) : short | ||
type | ChannelType |
/// A |
return | short |
protected ParseFields ( ByteVector data, byte version ) : void | ||
data | ByteVector |
/// A |
version | byte |
/// A |
return | void |
public RelativeVolumeFrame ( ByteVector data, byte version ) : System | ||
data | ByteVector |
/// A |
version | byte |
/// A |
return | System |
protected RelativeVolumeFrame ( ByteVector data, int offset, TagLib.Id3v2.FrameHeader header, byte version ) : System | ||
data | ByteVector |
/// A |
offset | int |
/// A |
header | TagLib.Id3v2.FrameHeader |
/// A |
version | byte |
/// A |
return | System |
public RelativeVolumeFrame ( string identification ) : System | ||
identification | string |
/// A |
return | System |
protected RenderFields ( byte version ) : ByteVector | ||
version | byte |
/// A |
return | ByteVector |
public SetPeakVolume ( ChannelType type, double peak ) : void | ||
type | ChannelType |
/// A |
peak | double |
/// A |
return | void |
public SetPeakVolumeIndex ( ChannelType type, ulong index ) : void | ||
type | ChannelType |
/// A |
index | ulong |
/// A |
return | void |
public SetVolumeAdjustment ( ChannelType type, float adjustment ) : void | ||
type | ChannelType |
/// A |
adjustment | float |
/// A |
return | void |
public SetVolumeAdjustmentIndex ( ChannelType type, short index ) : void | ||
type | ChannelType |
/// A |
index | short |
/// A |
return | void |