formatReader(with:options:)
Creates a new format reader with the byte source and options that you specify.
Declaration
func formatReader(with primaryByteSource: MEByteSource, options: MEFormatReaderInstantiationOptions?) throws -> any MEFormatReaderParameters
- primaryByteSource:
The primary byte source for the format reader.
- options:
The reader instantiation options.
Return Value
A new format reader.