Class: TagLib::MP4::Properties
- Inherits:
-
AudioProperties
- Object
- AudioProperties
- TagLib::MP4::Properties
- Defined in:
- docs/taglib/mp4.rb
Constant Summary
Constants inherited from AudioProperties
AudioProperties::Accurate, AudioProperties::Average, AudioProperties::Fast
Instance Attribute Summary collapse
-
#bits_per_sample ⇒ Object
readonly
Returns the value of attribute bits_per_sample.
-
#encrypted? ⇒ Object
readonly
Returns the value of attribute encrypted?.
Attributes inherited from AudioProperties
#bitrate, #channels, #length, #sample_rate
Instance Attribute Details
#bits_per_sample ⇒ Object (readonly)
Returns the value of attribute bits_per_sample.
241 242 243 |
# File 'docs/taglib/mp4.rb', line 241 def bits_per_sample @bits_per_sample end |
#encrypted? ⇒ Object (readonly)
Returns the value of attribute encrypted?.
241 242 243 |
# File 'docs/taglib/mp4.rb', line 241
def encrypted?
@encrypted?
end
|