BinaryData

Video.BinaryData property

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

public byte[] BinaryData { get; }

See Also