Method: TagLib::ID3v2::GeneralEncapsulatedObjectFrame#object

Defined in:
docs/taglib/id3v2.rb

#objectbinary String

Binary data string.

Be sure to use a binary string when setting this attribute. In Ruby 1.9, this means reading from a file with "b" mode to get a string with encoding BINARY / ASCII-8BIT.

Returns:

  • (binary String)


289
290
291
# File 'docs/taglib/id3v2.rb', line 289

def object
  @object
end