get_BinaryData()

Audio::get_BinaryData() method

Returns the copy of an audio’s data. In case of large amount of data consider using of Audio::GetStream method to prevent unnecessary loading of audio’s data into memory or even OutOfMemoryException. Read-only uint8_t[].

System::ArrayPtr<uint8_t> Aspose::Slides::Audio::get_BinaryData() override

See Also