FLVAVCPacketType public enum FLVAVCPacketType : UInt8 The type of flv supports avc packet types. seq The sequence data. Declaration Swift case seq = 0 nal The NAL unit data. Declaration Swift case nal = 1 eos The end of stream data. Declaration Swift case eos = 2 © 2022 shogo4405. All rights reserved. (Last updated: 2022-07-05) Generated by jazzy ♪♫ v0.14.2, a Realm project.