VideoFileContent.from constructor
VideoFileContent.from(
- TransportableData? data,
- String? filename,
- Uri? url,
- DecryptKey? password,
Implementation
VideoFileContent.from(TransportableData? data, String? filename,
Uri? url, DecryptKey? password)
: super.from(ContentType.VIDEO, data, filename, url, password);