Class: BMFF::Box::SampleEncryption::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/bmff/box/sample_encryption.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_of_clear_dataObject

Returns the value of attribute bytes_of_clear_data.



15
16
17
# File 'lib/bmff/box/sample_encryption.rb', line 15

def bytes_of_clear_data
  @bytes_of_clear_data
end

#bytes_of_encrypted_dataObject

Returns the value of attribute bytes_of_encrypted_data.



15
16
17
# File 'lib/bmff/box/sample_encryption.rb', line 15

def bytes_of_encrypted_data
  @bytes_of_encrypted_data
end