flutter_media_info library

Classes

Mediainfo

Typedefs

MediaInfoClose = Void Function(Pointer<Void> handle)
MediaInfoCloseFT = void Function(Pointer<Void> handle)
MediaInfoCountGet = Uint32 Function(Pointer<Void> handle, Uint32 streamKind, Uint32 streamNumber)
MediaInfoCountGetFT = int Function(Pointer<Void> handle, int streamKind, int streamNumber)
MediaInfoDelete = Void Function(Pointer<Void> handle)
MediaInfoDeleteFT = void Function(Pointer<Void> handle)
MediaInfoGet = Pointer<WChar> Function(Pointer<Void> handle, Uint32 streamKind, Uint32 streamNumber, Pointer<WChar> parameter, Uint32 kindOfInfo, Uint32 kindOfSearch)
MediaInfoGetFT = Pointer<WChar> Function(Pointer<Void> handle, int streamKind, int streamNumber, Pointer<WChar> parameter, int kindOfInfo, int kindOfSearch)
MediaInfoGetI = Pointer<WChar> Function(Pointer<Void> handle, Uint32 streamKind, Uint32 streamNumber, Uint32 parameter, Uint32 kindOfInfo)
MediaInfoGetIFT = Pointer<WChar> Function(Pointer<Void> handle, int streamKind, int streamNumber, int parameter, int kindOfInfo)
MediaInfoInform = Pointer<WChar> Function(Pointer<Void> handle, Uint32 reserved)
MediaInfoInformFT = Pointer<WChar> Function(Pointer<Void> handle, int reserved)
MediaInfoInitFT = Pointer<Void> Function()
MediaInfoNew = Pointer<Void> Function()
MediaInfoNewQuick = Pointer<Void> Function(Pointer<WChar> file, Pointer<WChar> options)
MediaInfoNewQuickFT = Pointer<Void> Function(Pointer<WChar> file, Pointer<WChar> options)
MediaInfoOpen = Size Function(Pointer<Void> handle, Pointer<WChar> file)
MediaInfoOpenBuffer = Uint32 Function(Pointer<Void> handle, Pointer<WChar> begin, Uint32 beginSize, Pointer<WChar> end, Uint32 endSize)
MediaInfoOpenBufferContinue = Uint32 Function(Pointer<Void> handle, Pointer<Uint8> buffer, Uint32 bufferSize)
MediaInfoOpenBufferContinueFT = int Function(Pointer<Void> handle, Pointer<Uint8> buffer, int bufferSize)
MediaInfoOpenBufferContinueGoToGet = Uint64 Function(Pointer<Void> handle)
MediaInfoOpenBufferContinueGoToGetFT = int Function(Pointer<Void> handle)
MediaInfoOpenBufferFinalize = Uint32 Function(Pointer<Void> handle)
MediaInfoOpenBufferFinalizeFT = int Function(Pointer<Void> handle)
MediaInfoOpenBufferFT = int Function(Pointer<Void> handle, Pointer<WChar> begin, int beginSize, Pointer<WChar> end, int endSize)
MediaInfoOpenBufferInit = Uint32 Function(Pointer<Void> handle, Uint64 fileSize, Uint64 fileOffset)
MediaInfoOpenBufferInitFT = int Function(Pointer<Void> handle, int fileSize, int fileOffset)
MediaInfoOpenFT = int Function(Pointer<Void> handle, Pointer<WChar> file)
MediaInfoOpenNextPacket = Uint32 Function(Pointer<Void> handle)
MediaInfoOpenNextPacketFT = int Function(Pointer<Void> handle)
MediaInfoOption = Pointer<WChar> Function(Pointer<Void> handle, Pointer<WChar> option, Pointer<WChar> value)
MediaInfoOptionFT = Pointer<WChar> Function(Pointer<Void> handle, Pointer<WChar> option, Pointer<WChar> value)
MediaInfoOutputBufferGet = Uint32 Function(Pointer<Void> handle, Pointer<WChar> value)
MediaInfoOutputBufferGetFT = int Function(Pointer<Void> handle, Pointer<WChar> value)
MediaInfoOutputBufferGetI = Uint32 Function(Pointer<Void> handle, Uint32 int)
MediaInfoOutputBufferGetIFT = int Function(Pointer<Void> handle, int int)
MediaInfoSave = Uint32 Function(Pointer<Void> handle)
MediaInfoSaveFT = int Function(Pointer<Void> handle)
MediaInfoSet = Uint32 Function(Pointer<Void> handle, Pointer<WChar> toSet, Uint32 streamKind, Uint32 streamNumber, Pointer<WChar> parameter, Pointer<WChar> oldParameter)
MediaInfoSetFT = int Function(Pointer<Void> handle, Pointer<WChar> toSet, int streamKind, int streamNumber, Pointer<WChar> parameter, Pointer<WChar> oldParameter)
MediaInfoSetI = Uint32 Function(Pointer<Void> handle, Pointer<WChar> toSet, Uint32 streamKind, Uint32 streamNumber, Uint32 parameter, Pointer<WChar> oldParameter)
MediaInfoSetIFT = int Function(Pointer<Void> handle, Pointer<WChar> toSet, int streamKind, int streamNumber, int parameter, Pointer<WChar> oldParameter)
MediaInfoStateGet = Uint32 Function(Pointer<Void> handle)
MediaInfoStateGetFT = int Function(Pointer<Void> handle)
OpenFileForMediaInfo = int Function(Pointer<Utf8> myDlibPath, Pointer<Void> handle, Pointer<Utf8> path)