get_BinaryData()

IVideo::get_BinaryData() method

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

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

See Also