FLVReader

public final class FLVReader
extension FLVReader: IteratorProtocol

The FLVReader is used to read the contents of a FLV file.

  • The header of a FLV.

    Declaration

    Swift

    public static let header: Data
  • url

    The url of a FLV file.

    Declaration

    Swift

    public let url: URL
  • Initializes and returns a newly allocated reader.

    Declaration

    Swift

    public init(url: URL)
  • Returns data by FLVTag.

    Declaration

    Swift

    public func getData(_ tag: FLVTag) -> Data?

IteratorProtocol