Method: TagLib::ID3v2::RelativeVolumeFrame#set_volume_adjustment_index
- Defined in:
- docs/taglib/id3v2.rb
#set_volume_adjustment_index(index, type = TagLib::ID3v2::RelativeVolumeFrame::MasterVolume) ⇒ void
This method returns an undefined value.
Sets volume adjustment index for a specific channel type. When dividing the index by 512, it corresponds to the volume adjustment in decibel.
391 392 |
# File 'docs/taglib/id3v2.rb', line 391 def set_volume_adjustment_index(index, type=TagLib::ID3v2::RelativeVolumeFrame::MasterVolume) end |