data
A data object that contains the movie file’s data.
Declaration
var data: Data? { get }Discussion
The value is nil if you didn’t initialize the movie with data.
A data object that contains the movie file’s data.
var data: Data? { get }The value is nil if you didn’t initialize the movie with data.