binary_data property

binary_data property

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

Definition:

@property
def binary_data(self):
    ...

See Also