get_BinaryData()

IAudio::get_BinaryData() method

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

virtual System::ArrayPtr<uint8_t> Aspose::Slides::IAudio::get_BinaryData()=0

See Also