FLVVideoTag

public struct FLVVideoTag : FLVTag

Undocumented

  • Undocumented

    Declaration

    Swift

    public var tagType: FLVTagType
  • Undocumented

    Declaration

    Swift

    public var dataSize: UInt32
  • Undocumented

    Declaration

    Swift

    public var timestamp: UInt32
  • Undocumented

    Declaration

    Swift

    public var timestampExtended: UInt8
  • Undocumented

    Declaration

    Swift

    public var streamId: UInt32
  • Undocumented

    Declaration

    Swift

    public var offset: UInt64
  • Undocumented

    Declaration

    Swift

    public var frameType: FLVFrameType
  • Undocumented

    Declaration

    Swift

    public var codec: FLVVideoCodec
  • Undocumented

    Declaration

    Swift

    public var avcPacketType: FLVAVCPacketType
  • Undocumented

    Declaration

    Swift

    public var compositionTime: Int32
  • Undocumented

    Declaration

    Swift

    public init()
  • Undocumented

    Declaration

    Swift

    public mutating func readData(_ fileHandler: FileHandle)