Uses of Class
org.ffmpeg.ffprobe700.PacketSideDataListType
Packages that use PacketSideDataListType
-
Uses of PacketSideDataListType in org.ffmpeg.ffprobe700
Fields in org.ffmpeg.ffprobe700 declared as PacketSideDataListTypeModifier and TypeFieldDescriptionprotected PacketSideDataListTypePacketType.sideDataListprotected PacketSideDataListTypeStreamType.sideDataListMethods in org.ffmpeg.ffprobe700 that return PacketSideDataListTypeModifier and TypeMethodDescriptionObjectFactory.createPacketSideDataListType()Create an instance ofPacketSideDataListTypePacketType.getSideDataList()Gets the value of the sideDataList property.StreamType.getSideDataList()Gets the value of the sideDataList property.Methods in org.ffmpeg.ffprobe700 with parameters of type PacketSideDataListTypeModifier and TypeMethodDescriptionvoidPacketType.setSideDataList(PacketSideDataListType value) Sets the value of the sideDataList property.voidStreamType.setSideDataList(PacketSideDataListType value) Sets the value of the sideDataList property.