Class: CoreAudio::AudioBuffer
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- CoreAudio::AudioBuffer
- Defined in:
- lib/core_audio.rb
CoreAudioTypes.h collapse
-
#bytes ⇒ String
The raw bytes.
Instance Method Details
#bytes ⇒ String
Returns the raw bytes.
16 17 18 |
# File 'lib/core_audio.rb', line 16 def bytes self[:mData].get_bytes(0, self[:mDataByteSize]) end |