The plugin part MBS MacOSX Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacOSX Plugin:
- class ACLEntryMBS
- class ACLFlagSetMBS
- class ACLPermSetMBS
- class ACLRightMBS
- method Entries as ACLEntryMBS()
- method CopyData(Native as boolean = false) as String
- method Entry(entryIndex as integer) as ACLEntryMBS
- method CreateEntry as ACLEntryMBS
- method CreateEntry(entryIndex as integer, tag_type as integer = 1) as ACLEntryMBS
- method SetFilePointer(FilePointer as Integer) as boolean
- method SetFilePointer(FilePointer as Integer, type as Integer) as boolean
- method SetFile(Path as string, type as Integer) as boolean
- method SetLink(Path as string, type as Integer) as boolean
- method DeleteEntry(entry as ACLEntryMBS)
- method Text as String
- method Size as Int64
- method Constructor(count as integer)
- method Constructor(text as string)
- method Duplicate as ACLRightMBS
- method Valid as boolean
- method ValidFilePointer(FilePointer as Integer, type as Integer) as boolean
- method ValidFile(Path as string, type as Integer) as boolean
- property FlagSet as ACLFlagSetMBS
- property Handle as Integer
- property Lasterror as Integer
- shared method NewACL(count as integer) as ACLRightMBS
- shared method NewACLFromText(text as string) as ACLRightMBS
- shared method NewACLFromFilePointer(FilePointer as integer) as ACLRightMBS
- shared method NewACLFromFilePointer(FilePointer as integer, type as integer) as ACLRightMBS
- shared method NewACLFromFile(path as string, type as integer) as ACLRightMBS
- shared method NewACLFromFile(file as folderitem, type as integer) as ACLRightMBS
- shared method NewACLFromLink(path as string, type as integer) as ACLRightMBS
- shared method NewACLFromExternal(data as string, native as boolean = false) as ACLRightMBS
- class AudioPlayThruMBS
- class AUPlayerMBS
- class CAPlayThroughMBS
- class CCCryptorMBS
- method GetOutputLength(inputLength as UInt64, Final as Boolean = true) as UInt64
- method Reset(iv as Ptr = nil)
- method Final(DataOut as Ptr, dataOutAvailable as UInt64, byref dataOutMoved as UInt64)
- method Update(dataIn as Ptr, dataInLength as UInt64, dataOut as Ptr, dataOutAvailable as UInt64, byref dataOutMoved as UInt64)
- method Update(dataIn as String, dataOut as Ptr, dataOutAvailable as UInt64, byref dataOutMoved as UInt64)
- method Constructor(operation as integer, Algorithm as integer, options as integer, key as Ptr, keyLength as UInt64, iv as Ptr = nil)
- method Constructor(operation as integer, Algorithm as integer, options as integer, key as String, iv as Ptr = nil)
- property Handle as Integer
- property Lasterror as Integer
- shared method Crypt(Operation as integer, Algorithm as integer, Options as integer, key as Ptr, KeyLength as UInt64, IV as Ptr, DataIn as Ptr, DataInLength as UInt64, DataOut as Ptr, DataOutAvailable as UInt64, byref DataOutMoved as UInt64) as integer
- shared method Crypt(Operation as integer, Algorithm as integer, Options as integer, key as string, IV as Ptr, DataIn as string, byref DataOut as string) as integer
- shared method RandomGenerateBytes(data as MemoryBlock) as integer
- class CCHMacMBS
- method Update(data as memoryblock)
- method Update(data as string)
- method Update(data as Ptr, dataLength as UInt64)
- method Final(macOut as Ptr)
- method Constructor(algorithm as integer, key as Ptr, keyLength as UInt64)
- method Finalize as Memoryblock
- method Constructor(algorithm as integer, key as string)
- method Constructor(algorithm as integer, key as memoryblock)
- property Algorithm as Integer
- shared method Hmac(algorithm as integer, key as Ptr, keyLength as Integer, data as Ptr, dataLength as Integer, MacOut as Ptr)
- shared method Hmac(algorithm as integer, key as String, data as String) as String
- class CCMD2MBS
- class CCMD4MBS
- class CCMD5MBS
- class CCSHA1MBS
- class CCSHA224MBS
- class CCSHA256MBS
- class CCSHA384MBS
- class CCSHA512MBS
- class CGSessionMBS
- class CopyFileMBS
- class CoreAudioListenerMBS
- class CoreAudioMBS
- method AudioObjectGetPropertyDataSize(inObjectID as integer, AddressSelector as UInt32, AddressScope as UInt32, AddressElement as UInt32, QualifierData as memoryblock = nil) as UInt32
- method AudioObjectGetPropertyData(inObjectID as integer, AddressSelector as UInt32, AddressScope as UInt32, AddressElement as UInt32, QualifierData as memoryblock = nil, InputData as Memoryblock = nil) as memoryblock
- method AudioObjectSetPropertyData(inObjectID as integer, AddressSelector as UInt32, AddressScope as UInt32, AddressElement as UInt32, Data as Memoryblock, QualifierData as memoryblock = nil)
- method AudioUnitInitialize(componenthandle as integer) as integer
- method AudioUnitUninitialize(componenthandle as integer) as integer
- method AudioOutputUnitStart(componenthandle as integer) as integer
- method AudioOutputUnitStop(componenthandle as integer) as integer
- method AudioUnitReset(componenthandle as integer, scope as integer, element as integer) as integer
- method OpenDefaultComponent(type as string, subtype as string) as integer
- method CloseComponent(componenthandle as integer)
- method AudioUnitSetParameter(AudioUnit as integer, ParameterID as integer, AudioUnitScope as integer, AudioUnitElement as integer, value as single, BufferOffsetInFrames as integer)
- method AudioUnitGetParameter(AudioUnit as integer, ParameterID as integer, AudioUnitScope as integer, AudioUnitElement as integer) as single
- method AudioDeviceSetPropertyString(AudioDeviceID as integer, when as memoryblock, channel as integer, isinput as boolean, propertyID as string, data as string)
- method AudioDeviceSetPropertyMemory(AudioDeviceID as integer, when as memoryblock, channel as integer, isinput as boolean, propertyID as string, data as memoryblock, offset as integer, length as integer)
- method AudioDeviceGetPropertyInfo(AudioDeviceID as integer, channel as integer, isinput as boolean, propertyID as string, byref size as integer, byref writeable as boolean)
- method AudioDeviceGetPropertyString(AudioDeviceID as integer, channel as integer, isinput as boolean, propertyID as string) as string
- method AudioDeviceGetPropertyMemory(AudioDeviceID as integer, channel as integer, isinput as boolean, propertyID as string) as memoryblock
- method AudioDeviceGetPropertyCFString(AudioDeviceID as integer, channel as integer, isinput as boolean, propertyID as string) as string
- method AudioStreamSetPropertyString(AudioStreamID as integer, when as memoryblock, channel as integer, propertyID as string, data as string)
- method AudioStreamSetPropertyMemory(AudioStreamID as integer, when as memoryblock, channel as integer, propertyID as string, data as memoryblock, offset as integer, length as integer)
- method AudioStreamGetPropertyInfo(AudioStreamID as integer, channel as integer, propertyID as string, byref size as integer, byref writeable as boolean)
- method AudioStreamGetPropertyString(AudioStreamID as integer, channel as integer, propertyID as string) as string
- method AudioStreamGetPropertyMemory(AudioStreamID as integer, channel as integer, propertyID as string) as memoryblock
- method AudioStreamGetPropertyCFString(AudioStreamID as integer, channel as integer, propertyID as string) as string
- method AudioHardwareSetPropertyString(propertyID as string, data as string)
- method AudioHardwareSetPropertyMemory(propertyID as string, data as memoryblock, offset as integer, length as integer)
- method AudioHardwareGetPropertyInfo(propertyID as string, byref size as integer, byref writeable as boolean)
- method AudioHardwareGetPropertyString(propertyID as string) as string
- method AudioHardwareGetPropertyMemory(propertyID as string) as memoryblock
- method AudioHardwareGetPropertyCFString(propertyID as string) as string
- method AudioUnitSetPropertyString(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer, data as string)
- method AudioUnitSetPropertyMemory(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer, data as memoryblock, offset as integer, length as integer)
- method AudioUnitGetPropertyInfo(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer, byref size as integer, byref writeable as boolean)
- method AudioUnitGetPropertyString(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer) as string
- method AudioUnitGetPropertyMemory(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer) as memoryblock
- method AudioUnitGetPropertyCFString(AudioUnit as integer, propertyID as integer, AudioUnitScope as integer, AudioUnitElement as integer) as string
- property kAudioHardwarePropertyDevices as String
- property kAudioHardwarePropertyDefaultInputDevice as String
- property kAudioHardwarePropertyDefaultOutputDevice as String
- property kAudioHardwarePropertyDefaultSystemOutputDevice as String
- property kAudioHardwarePropertyDeviceForUID as String
- property kAudioHardwarePropertySleepingIsAllowed as String
- property kAudioHardwarePropertyUnloadingIsAllowed as String
- property kAudioHardwarePropertyRunLoop as String
- property kAudioHardwarePropertyBootChimeVolumeScalar as String
- property kAudioHardwarePropertyBootChimeVolumeDecibels as String
- property kAudioHardwarePropertyBootChimeVolumeRangeDecibels as String
- property kAudioHardwarePropertyBootChimeVolumeScalarToDecibels as String
- property kAudioHardwarePropertyBootChimeVolumeDecibelsToScalar as String
- property kAudioDevicePropertyDeviceName as String
- property kAudioDevicePropertyDeviceNameCFString as String
- property kAudioDevicePropertyDeviceManufacturer as String
- property kAudioDevicePropertyDeviceManufacturerCFString as String
- property kAudioDevicePropertyPlugIn as String
- property kAudioDevicePropertyDeviceUID as String
- property kAudioDevicePropertyTransportType as String
- property kAudioDevicePropertyDeviceIsAlive as String
- property kAudioDevicePropertyDeviceIsRunning as String
- property kAudioDevicePropertyDeviceIsRunningSomewhere as String
- property kAudioDevicePropertyDeviceCanBeDefaultDevice as String
- property kAudioDevicePropertyDeviceCanBeDefaultSystemDevice as String
- property kAudioDevicePropertyJackIsConnected as String
- property kAudioDeviceProcessorOverload as String
- property kAudioDevicePropertyHogMode as String
- property kAudioDevicePropertyRegisterBufferList as String
- property kAudioDevicePropertyLatency as String
- property kAudioDevicePropertyBufferSize as String
- property kAudioDevicePropertyBufferSizeRange as String
- property kAudioDevicePropertyBufferFrameSize as String
- property kAudioDevicePropertyBufferFrameSizeRange as String
- property kAudioDevicePropertyUsesVariableBufferFrameSizes as String
- property kAudioDevicePropertyStreams as String
- property kAudioDevicePropertySafetyOffset as String
- property kAudioDevicePropertySupportsMixing as String
- property kAudioDevicePropertyStreamConfiguration as String
- property kAudioDevicePropertyIOProcStreamUsage as String
- property kAudioDevicePropertyPreferredChannelsForStereo as String
- property kAudioDevicePropertyNominalSampleRate as String
- property kAudioDevicePropertyAvailableNominalSampleRates as String
- property kAudioDevicePropertyActualSampleRate as String
- property kAudioDevicePropertyStreamFormat as String
- property kAudioDevicePropertyStreamFormats as String
- property kAudioDevicePropertyStreamFormatSupported as String
- property kAudioDevicePropertyStreamFormatMatch as String
- property kAudioDevicePropertyVolumeScalar as String
- property kAudioDevicePropertyVolumeDecibels as String
- property kAudioDevicePropertyVolumeRangeDecibels as String
- property kAudioDevicePropertyVolumeScalarToDecibels as String
- property kAudioDevicePropertyVolumeDecibelsToScalar as String
- property kAudioDevicePropertyMute as String
- property kAudioDevicePropertyPlayThru as String
- property kAudioDevicePropertyDataSource as String
- property kAudioDevicePropertyDataSources as String
- property kAudioDevicePropertyDataSourceNameForID as String
- property kAudioDevicePropertyDataSourceNameForIDCFString as String
- property kAudioDevicePropertyClockSource as String
- property kAudioDevicePropertyClockSources as String
- property kAudioDevicePropertyClockSourceNameForID as String
- property kAudioDevicePropertyClockSourceNameForIDCFString as String
- property kAudioDevicePropertyDriverShouldOwniSub as String
- property kAudioDevicePropertySubVolumeScalar as String
- property kAudioDevicePropertySubVolumeDecibels as String
- property kAudioDevicePropertySubVolumeRangeDecibels as String
- property kAudioDevicePropertySubVolumeScalarToDecibels as String
- property kAudioDevicePropertySubVolumeDecibelsToScalar as String
- property kAudioDevicePropertySubMute as String
- property kAudioStreamPropertyOwningDevice as String
- property kAudioStreamPropertyDirection as String
- property kAudioStreamPropertyTerminalType as String
- property kAudioStreamPropertyStartingChannel as String
- property kAudioStreamPropertyPhysicalFormat as String
- property kAudioStreamPropertyPhysicalFormats as String
- property kAudioStreamPropertyPhysicalFormatSupported as String
- property kAudioStreamPropertyPhysicalFormatMatch as String
- property kAudioPropertyWildcardPropertyID as String
- property kAudioPropertyWildcardSection as Integer
- property kAudioPropertyWildcardChannel as Integer
- property Lasterror as Integer
- shared method CoreAudioGetHostClockFrequencyMBS as double
- shared method GetHostClockMinimumTimeDeltaMBS as integer
- shared method CoreAudioGetCurrentHostTimeMBS as UInt64
- shared method CoreAudioConvertHostTimeToNanosMBS(inHostTime as UInt64) as UInt64
- shared method CoreAudioConvertNanosToHostTimeMBS(inNanos as UInt64) as UInt64
- class CoreAudioPlayerMBS
- method AddAudio(Data as memoryblock, offsetBytes as integer=0, countBytes as integer=0, BitSize as integer=16, ClearBuffers as boolean=false) as boolean
- method AddFloatAudio(FloatData as memoryblock, offsetBytes as integer=0, countBytes as integer=0, ClearBuffers as boolean=false) as boolean
- method AddAudioStereo(Data1 as memoryblock, Data2 as memoryblock, offsetBytes as integer=0, countBytes as integer=0, BitSize as integer=16, ClearBuffers as boolean=false) as boolean
- method AddFloatAudioStereo(FloatData1 as memoryblock, FloatData2 as memoryblock, offsetBytes as integer=0, countBytes as integer=0, ClearBuffers as boolean=false) as boolean
- method PlayAudio(Data as memoryblock, offsetBytes as integer=0, countBytes as integer=0, BitSize as integer=16, ClearBuffers as boolean=false) as boolean
- method PlayFloatAudio(FloatData as memoryblock, offsetBytes as integer=0, countBytes as integer=0, ClearBuffers as boolean=false) as boolean
- method PlayAudioStereo(Data1 as memoryblock, Data2 as memoryblock, offsetBytes as integer=0, countBytes as integer=0, BitSize as integer=16, ClearBuffers as boolean=false) as boolean
- method PlayFloatAudioStereo(FloatData1 as memoryblock, FloatData2 as memoryblock, offsetBytes as integer=0, countBytes as integer=0, ClearBuffers as boolean=false) as boolean
- method FreeSpace as integer
- method HasFreeSpace as boolean
- method HardwareSampleRate as single
- method HardwareNumberOfChannels as integer
- method Close
- method Stop
- method Start as boolean
- property OutputPositionRelative as Double
- property SampleRate as Single
- property NumberOfChannels as Integer
- property OutputDeviceID as Integer
- property IsRunning as Boolean
- property OutputPosition as Double
- property NoUnderflow as Boolean
- property HadUnderflow as Boolean
- class DADiskMBS
- class DADissenterMBS
- class DarwinIFStatInterfaceMBS
- class DarwinIFStatMBS
- class DASessionMBS
- method MountWithArguments(disk as DADiskMBS, path as string, arguments() as string, options as integer = 0)
- method Eject(disk as DADiskMBS, options as integer = 0)
- method Mount(disk as DADiskMBS, path as string, options as integer = 0)
- method Unmount(disk as DADiskMBS, options as integer = 0)
- method Rename(disk as DADiskMBS, name as string, options as integer = 0)
- method IsClaimed(disk as DADiskMBS) as boolean
- method Unclaim(disk as DADiskMBS)
- method Constructor
- property Handle as Integer
- event Renamed(disk as DADiskMBS, dissenter as DADissenterMBS)
- event Unmounted(disk as DADiskMBS, dissenter as DADissenterMBS)
- event Appeared(disk as DADiskMBS)
- event Disappeared(disk as DADiskMBS)
- event DescriptionChanged(disk as DADiskMBS, keys() as string)
- event Mounted(disk as DADiskMBS, dissenter as DADissenterMBS)
- event Ejected(disk as DADiskMBS, dissenter as DADissenterMBS)
- event Peek(disk as DADiskMBS)
- class DesktopWindow
- class DNSAddressRecordMBS
- class DNSAFSDBRecordMBS
- class DNSDomainNameRecordMBS
- class DNSHeaderMBS
- class DNSHINFORecordMBS
- class DNSIN6AddressRecordMBS
- class DNSISDNRecordMBS
- class DNSLocRecordMBS
- class DNSMINFORecordMBS
- class DNSMXRecordMBS
- class DNSQuestionMBS
- class DNSRawResourceRecordMBS
- class DNSReplyMBS
- class DNSResourceRecordMBS
- class DNSRPRecordMBS
- class DNSRTRecordMBS
- class DNSServiceDiscoveryBrowseMBS
- class DNSServiceDiscoveryDomainEnumerationMBS
- class DNSServiceDiscoveryRegisterMBS
- class DNSServiceDiscoveryResolveMBS
- class DNSServiceMetaQueryMBS
- class DNSSOARecordMBS
- class DNSSocketAddressMBS
- class DNSSRVRecordMBS
- class DNSTXTRecordMBS
- class DNSWKSRecordMBS
- class DNSX25RecordMBS
- class DVDPlaybackMBS
- method Open
- method Close
- shared method GetAudioLanguageCodeByStream(StreamIndex as integer, byref DVDLanguageCode as string, byref DVDSubpictureExtensionCode as integer)
- shared method GetAudioLanguageCode(byref DVDLanguageCode as string, byref DVDSubpictureExtensionCode as integer)
- shared method SetDefaultAudioLanguageCode(DVDLanguageCode as string, DVDSubpictureExtensionCode as integer)
- shared method GetSubPictureLanguageCodeByStream(StreamIndex as integer, byref DVDLanguageCode as string, byref DVDSubpictureExtensionCode as integer)
- shared method GetSubPictureLanguageCode(byref DVDLanguageCode as string, byref DVDSubpictureExtensionCode as integer)
- shared method SetDefaultSubPictureLanguageCode(DVDLanguageCode as string, DVDSubpictureExtensionCode as integer)
- shared method GetTimeEventRate as integer
- shared method SetTimeEventRate(rate as integer)
- shared method GetAngle as integer
- shared method SetAngle(angle as integer)
- shared method GetAudioStream as integer
- shared method SetAudioStream(index as integer)
- shared method GetSubPictureStream as integer
- shared method SetSubPictureStream(index as integer)
- shared method GetTitle as integer
- shared method SetTitle(Title as integer)
- shared method GetChapter as integer
- shared method SetChapter(Chapter as integer)
- shared method GetAudioVolume as integer
- shared method SetAudioVolume(Volume as integer)
- shared method GetVideoDisplay as integer
- shared method SetVideoDisplay(CGVideoDisplayHandle as integer)
- shared method GetAspectRatio as integer
- shared method SetAspectRatio(AspectRatio as integer)
- shared method IsDisplayingSubPicture as boolean
- shared method DisplaySubPicture(value as boolean)
- shared method GetFormatStandard as integer
- shared method GetNumberOfSubPictureStreams as integer
- shared method GetNumberOfTitles as integer
- shared method GetNumberOfAudioStreams as integer
- shared method GetNumberOfAngles as integer
- shared method GetMinAudioVolume as integer
- shared method GetMaxAudioVolume as integer
- shared method GetCurrentAudioVolume as integer
- shared method Mute(mute as boolean)
- shared method HasNextChapter as boolean
- shared method HasPreviousChapter as boolean
- shared method IsMuted as boolean
- shared method IsPlaying as boolean
- shared method IsPaused as boolean
- shared method GetNativeVideoWidth as integer
- shared method GetNativeVideoHeight as integer
- shared method Available as boolean
- shared method GetAudioOutputMode as integer
- shared method SetAudioOutputMode(Mode as integer)
- shared method GetAudioOutputModeCapabilities as integer
- shared method GetSPDIFDataOutDevice as integer
- shared method SetSPDIFDataOutDevice(Device as integer)
- shared method GetSPDIFDataOutDeviceCount as integer
- shared method GetVideoWindowID as integer
- shared method SetVideoWindowID(WindowID as integer)
- shared method GetSPDIFDataOutDeviceName(index as integer) as string
- shared method LastErrorString as string
- shared method GetButtonPosition(index as integer, byref x as double, byref y as double, byref w as double, byref h as double, byref autoAction as integer)
- shared method GetMediaVolumeName as string
- shared method GetMediaUniqueID as memoryblock
- shared method GetLastPlayBookmark as string
- shared method GetBookmark as string
- shared method GotoBookmark(Bookmark as string)
- shared method SetLastPlayBookmark(Bookmark as string)
- shared method SetDefaultMenuLanguageCode(Code as string)
- shared method GetMenuLanguageCode as string
- shared method GetState as integer
- shared method WakeUp
- shared method Sleep
- shared method Lasterror as integer
- shared method EnableWebAccess(enable as boolean)
- shared method GetDiscRegionCode as integer
- shared method GetGPRMValue(index as integer) as integer
- shared method SetDriveRegionCode(regioncode as integer, AuthorizationHandle as integer)
- shared method GetDriveRegionCode(byref regioncode as integer, byref NumberChangesLeft as integer)
- shared method GetNumberOfChapters(title as integer) as integer
- shared method NextChapter
- shared method PreviousChapter
- shared method Idle
- shared method UpdateVideo
- shared method Play
- shared method Pause
- shared method Stop
- shared method Resume
- shared method SetScanRate(scanrate as integer, direction as integer)
- shared method StepFrame(direction as integer)
- shared method GetScanRate(byref scanrate as integer, byref direction as integer)
- shared method SetTime(timecode as integer, time as integer, frames as integer)
- shared method GetTime(timecode as integer, byref time as integer, byref frames as integer)
- shared method HasMenu(menu as integer) as boolean
- shared method IsOnMenu(byref OnMenu as boolean, byref menu as integer)
- shared method GoToMenu(menu as integer)
- shared method ReturnToTitle
- shared method GoBackOneLevel
- shared method DoUserNavigation(navigation as integer)
- shared method DoMenuClick(x as integer, y as integer) as integer
- shared method DoMenuMouseOver(x as integer, y as integer) as integer
- shared method DoMenuCGClick(x as double, y as double) as integer
- shared method DoMenuCGMouseOver(x as double, y as double) as integer
- shared method DoButtonActivate(inIndex as integer)
- shared method IsSupportedDisplay(CGVideoDisplayHandle as integer) as boolean
- shared method SwitchToDisplay(CGVideoDisplayHandle as integer) as boolean
- shared method IsValidMedia(folder as folderitem) as boolean
- shared method HasMedia as boolean
- shared method OpenMediaFile(folder as folderitem)
- shared method CloseMediaFile
- shared method OpenMediaVolume(disc as folderitem)
- shared method CloseMediaVolume
- shared method GetVideoKeyColor as color
- shared method GetAudioStreamFormat(byref outFormat as integer, byref outBitsPerSample as integer, byref outSamplesPerSecond as integer, byref outChannels as integer)
- shared method GetAudioStreamFormatByStream(index as integer, byref outFormat as integer, byref outBitsPerSample as integer, byref outSamplesPerSecond as integer, byref outChannels as integer)
- shared method ClearLastPlayBookmark
- shared method SetVideoBounds(x as integer, y as integer, w as integer, h as integer)
- shared method GetVideoBounds(byref x as integer, byref y as integer, byref w as integer, byref h as integer)
- shared method GetNativeVideoSize(byref w as integer, byref h as integer)
- shared method GetButtoninfo(byref numberOfButtons as integer, byref selectedButton as integer, byref forcedActivateButton as integer, byref userButtonOffset as integer, byref numberOfUserButtons as integer)
- event FatalError(errorcode as integer)
- event DVDEvent(eventcode as integer, value1 as integer, value2 as integer)
- class DVDPlaybackMissingFunctionExceptionMBS
- class DVDPlaybackNotInitializedExceptionMBS
- class FolderChangedNotificationMBS
- class FolderItem
- class FolderItem
- class FolderItem
- class ImageCaptureMBS
- class ImageCaptureObjectMBS
- method Constructor
- method Constructor(handle as integer)
- method ScannerCloseSession
- method ScannerOpenSession(device as ImageCaptureObjectMBS)
- method ScannerInitialize
- method ScannerStart
- method ScannerStatus as integer
- method ScannerGetParameters as dictionary
- method ScannerSetParameters(dic as dictionary)
- method CloseSession
- method OpenSession(device as ImageCaptureObjectMBS)
- method CopyData(startByte as int64, requestedSize as int64) as string
- method CopyThumbnail(format as string) as string
- method DownloadFile(dir as folderitem, flags as integer, MacType as string, MacCreator as string, angle as double) as folderitem
- method UploadFile(file as folderitem, flags as integer)
- method SendMessageString(messageType as string, startByte as UInt32, data as string, dataType as string) as UInt32
- method SendMessageMemory(messageType as string, startByte as UInt32, data as memoryblock, dataType as string) as UInt32
- method PropertyDictionary as dictionary
- method PropertyDictionaryText as string
- method ImportImage(flags as integer, filetypes() as string) as string()
- method ImportImage(flags as integer) as string()
- property Handle as Integer
- property Lasterror as Integer
- property SessionHandle as Integer
- property ScannerSessionHandle as Integer
- shared method kICADevicePropUndefined as string
- shared method kICADevicePropBatteryLevel as string
- shared method kICADevicePropFunctionalMode as string
- shared method kICADevicePropImageSize as string
- shared method kICADevicePropCompressionSetting as string
- shared method kICADevicePropWhiteBalance as string
- shared method kICADevicePropRGBGain as string
- shared method kICADevicePropFNumber as string
- shared method kICADevicePropFocalLength as string
- shared method kICADevicePropFocusDistance as string
- shared method kICADevicePropFocusMode as string
- shared method kICADevicePropExposureMeteringMode as string
- shared method kICADevicePropFlashMode as string
- shared method kICADevicePropExposureTime as string
- shared method kICADevicePropExposureProgramMode as string
- shared method kICADevicePropExposureIndex as string
- shared method kICADevicePropExposureBiasCompensation as string
- shared method kICADevicePropDateTime as string
- shared method kICADevicePropCaptureDelay as string
- shared method kICADevicePropStillCaptureMode as string
- shared method kICADevicePropContrast as string
- shared method kICADevicePropSharpness as string
- shared method kICADevicePropDigitalZoom as string
- shared method kICADevicePropEffectMode as string
- shared method kICADevicePropBurstNumber as string
- shared method kICADevicePropBurstInterval as string
- shared method kICADevicePropTimelapseNumber as string
- shared method kICADevicePropTimelapseInterval as string
- shared method kICADevicePropFocusMeteringMode as string
- shared method kICADevicePropUploadURL as string
- shared method kICADevicePropArtist as string
- shared method kICADevicePropCopyrightInfo as string
- shared method kICADevicesArrayKey as string
- shared method kICAObjectKey as string
- shared method kICAObjectNameKey as string
- shared method kICAUSBVendorIDKey as string
- shared method kICAUSBProductIDKey as string
- shared method kICADeviceTypeKey as string
- shared method kICAExecutableArchitectureKey as string
- shared method kICARemoteDeviceKey as string
- shared method kICADeviceSharedKey as string
- shared method kICADeviceWebSharedKey as string
- shared method kICADeviceUsedKey as string
- shared method kICABonjourServiceTypeKey as string
- shared method kICABonjourServiceNameKey as string
- shared method kICABonjourTXTRecordKey as string
- shared method kICADeviceCapabilitiesKey as string
- shared method kICALockStatusKey as string
- shared method kICADataPropertyKey as string
- shared method kICADataTypeKey as string
- shared method kICADataSizeKey as string
- shared method kICAThumbnailPropertyKey as string
- shared method kICAThumbnailSizeKey as string
- shared method kICARawKey as string
- shared method kICAMediaHeightKey as string
- shared method kICAMediaWidthKey as string
- shared method kICACreationDateStringKey as string
- shared method kICAModificationDateStringKey as string
- shared method kMetaDataDictionaryKey as string
- shared method kICAMediaDurationInSecondsKey as string
- shared method kICADeviceTypeCamera as string
- shared method kICADeviceTypeScanner as string
- class IOPMAssertionMBS
- method Constructor(type as string, level as integer, name as string)
- method Properties as Dictionary
- method SetProperty(key as string, value as variant) as boolean
- property Handle as Integer
- property Name as String
- property Details as String
- property Type as String
- property TimeoutAction as String
- property HumanReadableReason as String
- property LocalizationBundlePath as String
- property RetainCount as Integer
- property Timeout as Double
- property Level as Integer
- shared method DeclareUserActivity(AssertionName as string, userType as integer, byref AssertionID as integer) as integer
- shared method CreateWithName(type as string, level as integer, name as string) as IOPMAssertionMBS
- shared method AssertionsStatus as Dictionary
- shared method AssertionsByProcess as Dictionary
- shared method CreateWithHandle(Handle as Integer) as IOPMAssertionMBS
- shared method CreateWithProperties(AssertionProperties as Dictionary) as IOPMAssertionMBS
- shared method CreateWithDescription(AssertionType as string, Name as string, Details as string = "", HumanReadableReason as string = "", LocalizationBundlePath as string = "", Timeout as double = 0, TimeoutAction as string = "") as IOPMAssertionMBS
- class IOPMMBS
- class LaunchServicesApplicationListMBS
- class LaunchServicesItemInfoMBS
- class LaunchServicesLaunchParameterMBS
- class LaunchServicesStringListMBS
- class LoginItemsMBS
- class MacQuarantinePropertiesMBS
- class MDItemMBS
- class MDQueryBatchingParamsMBS
- class MDQueryMBS
- method CountOfResultsWithAttributeValue(name as string, Value as variant) as UInt32
- method AttributeValueOfResultAtIndex(name as string, index as UInt32) as variant
- method ValuesOfAttribute(name as string) as variant()
- method IndexOfResult(it as MDItemMBS) as integer
- method Constructor(queryString as string)
- method Constructor(queryString as string, valueListAttributes() as string)
- method Constructor(queryString as string, valueListAttributes() as string, sortingAttributes() as string)
- method Constructor(query as MDQueryMBS, queryString as string)
- method Constructor(query as MDQueryMBS, queryString as string, valueListAttributes() as string)
- method Constructor(query as MDQueryMBS, queryString as string, valueListAttributes() as string, sortingAttributes() as string)
- method ResultAtIndex(index as integer) as MDItemMBS
- method Results(limit as integer = -1) as MDItemMBS()
- method Execute(flags as integer) as boolean
- method IsGatheringComplete as boolean
- method ResultCount as integer
- method ValueListAttributes as string()
- method SortingAttributes as string()
- method QueryString as string
- method Stop
- method DisableUpdates
- method EnableUpdates
- method SetMaxCount(size as integer)
- method SetSearchScope(paths() as folderitem, options() as string)
- method GetSortOptionFlagsForAttribute(fieldName as string) as integer
- method SetSortOptionFlagsForAttribute(fieldName as string, flags as UInt32) as Boolean
- method SetSortOrder(sortingAttrs() as string) as Boolean
- property BatchingParameters as MDQueryBatchingParamsMBS
- property Handle as Integer
- property Tag as Variant
- event Progress(AddedItems() as MDItemMBS, ChangedItems() as MDItemMBS, RemovedItems() as MDItemMBS)
- event Finish()
- event Update(AddedItems() as MDItemMBS, ChangedItems() as MDItemMBS, RemovedItems() as MDItemMBS)
- class MemoryStatisticsMBS
- class MidiPlaybackMBS
- class NetFSMountMBS
- method Cancel
- method MountURLSync(URL as String, MountPath as String = "", User as String = "", Password as String = "", OpenOptions as Dictionary = nil, MountOptions as Dictionary = nil, byref MountPoints() as String) as Integer
- method MountURLAsync(URL as String, MountPath as String = "", User as String = "", Password as String = "", OpenOptions as Dictionary = nil, MountOptions as Dictionary = nil) as Integer
- property Handle as Integer
- property Lasterror as Integer
- shared method URLProbe(hostname as String) as String
- shared method URLForRemountingVolume(path as String) as String
- shared method URLForRemountingVolume(vol as FolderItem) as String
- event MountURLAsyncCompleted(status as Integer, URL as String, mountpoints() as String)
- class NWEndPointMBS
- class NWInterfaceMBS
- class NWPathMBS
- class NWPathMonitorMBS
- class PermissionsMBS
- class QTSoundStreamMBS
- class SleepNotificationMBS
- class TextInputSourceMBS
- class Window
- module DNSUtilMBS
- module ExtendedAttributesMBS
- method SetAttribute(path as folderitem, name as string, data as variant, options as integer = 0) as boolean
- method SetAttribute(path as string, name as string, data as variant, options as integer = 0) as boolean
- method GetAttribute(path as folderitem, name as string, options as integer = 0) as variant
- method GetAttribute(path as string, name as string, options as integer = 0) as variant
- method GetRawAttribute(path as folderitem, name as string, options as integer = 0) as memoryblock
- method GetRawAttribute(path as string, name as string, options as integer = 0) as memoryblock
- method SetRawAttribute(path as folderitem, name as string, data as memoryblock, options as integer = 0) as boolean
- method SetRawAttribute(path as string, name as string, data as memoryblock, options as integer = 0) as boolean
- method Available as boolean
- method LastError as integer
- method ListAttributes(path as folderitem, Options as integer = 0) as string()
- method ListAttributes(path as string, Options as integer = 0) as string()
- method RemoveAttribute(path as string, name as string, options as integer = 0) as boolean
- method RemoveAttribute(path as folderitem, name as string, options as integer = 0) as boolean
- method LastErrorMessage as string
- module UTTypeMBS
- Globals:
- CGSessionMBS as CGSessionMBS
- CurrentAppearanceThemeMBS as String
- DisableScreenUpdatesMBS
- EnableScreenUpdatesMBS
- FolderItemToPathMBS(file as folderitem) as string
- GetHelpTagDelayMBS as integer
- GetHelpTagDisplayedMBS as boolean
- GetSystemUIModeMBS as integer
- GetSystemUIModeOptionsMBS as integer
- GlobalIdleTimeMBS as double
- LaunchServicesAllHandlersForURLSchemeMBS(URLScheme as string) as LaunchServicesStringListMBS
- LaunchServicesAllRoleHandlersForContentTypeMBS(ContentType as string, role as integer) as LaunchServicesStringListMBS
- LaunchServicesApplicationForInfoMBS(type as string, creator as string, extension as string, role as integer) as folderitem
- LaunchServicesApplicationForItemMBS(file as folderitem, role as integer) as folderitem
- LaunchServicesCanApplicationAcceptItemMBS(item as folderitem, targetapp as folderitem, role as integer, flags as integer) as boolean
- LaunchServicesDefaultHandlerForURLSchemeMBS(URLScheme as string) as string
- LaunchServicesDefaultRoleHandlerForContentTypeMBS(ContentType as string, role as integer) as string
- LaunchServicesDisplayNameForCFURLMBS(cfurlhandle as integer) as string
- LaunchServicesFindApplicationForInfoMBS(creator as string, bundleID as string, name as string) as folderitem
- LaunchServicesItemInfoForCFURLMBS(cfurlhandle as integer, WhichInfo as integer) as LaunchServicesItemInfoMBS
- LaunchServicesKindStringForCFURLMBS(cfurlhandle as integer) as string
- LaunchServicesOpenMBS(item as folderitem) as folderitem
- LaunchServicesOpenXMBS(documents() as folderitem, parameter as LaunchServicesLaunchParameterMBS) as folderitem
- LaunchServicesSetDefaultHandlerForURLSchemeMBS(URLScheme as string, BundleID as string) as integer
- LaunchServicesSetDefaultRoleHandlerForContentTypeMBS(ContentType as string, role as integer, BundleID as string) as integer
- MacGlobalIdleTimeMBS as UInt64
- MacMountServerVolumeMBS(URL as string, MountDir as String, User as String, Password as String, byref Disk as FolderItem, flags as Integer) as Integer
- MacUnmountVolumeMBS(volume as folderItem, Force as Boolean, byref dissenter as Integer) as Integer
- MountMBS(URL as String, Dest as string = "", Username as String, Password as String, Interactive as boolean = false, Prompt as boolean = false, byref ErrorCode as Integer, Threaded as boolean = false) as String
- MountPathMBS(Path as String) as String
- MountPathMBS(Volume as FolderItem) as String
- NewFolderItemFromAbsolutePathMBS(AbsolutePath as string) as FolderItem
- OpenMacOSXPreferencesPaneMBS(name as string) as integer
- PathToFolderItemMBS(path as string) as folderitem
- RunningOnCarbonXMBS as boolean
- SetHelpTagDelayMBS(value as integer)
- SetHelpTagDisplayedMBS(value as boolean)
- SetSystemUIModeMBS(mode as integer, Options as integer)
- ShowCharacterPaletteMBS
- SpotlightMBS(searchString as string) as integer
- StartDictationMBS
- UnmountMBS(Path as String, force as boolean = false) as Boolean
- UnmountMBS(Volume as FolderItem, force as boolean = false) as Boolean