• Skip to main content
  • Skip to primary sidebar
  • Skip to footer

1stplugins

FileMaker plug-ins and Reverse Engineering

  • Plugins
    • MediaManager
  • Services
    • Reverse Engineering
    • FileMaker Plug-Ins
  • About
    • About Us
    • Contact Us
    • Terms of Use of the Website and Privacy Policy
  • Store
    • Terms and Conditions
    • Warranty Claim Guidelines
    • Contract Withdrawal Form
    • Warranty Claim Report

Media_Get

Media_Get ( tag )

Media_Get allows you to check the version of QuickTime, and whether or not sound recording is taking place.

Parameter Description
tag one of several values: “Volume”, “Tempo”, “Balance”, “PlayStatus”, “recording”, “quicktime-version”.
tag Description
Volume Media_Get ( "Volume" ) returns the overall volume level for all asynchronously playing files.
Tempo Media_Get ( “Tempo” ) returns the tempo rate of the first file in the asynchronous playback queue.
Balance Media_Get ( “Balance” ) returns a value between -1 and 1 representing the balance between left and right audio channels during playback.
PlayStatus Media_Get ( “PlayStatus” ) returns “1” if if anything is in the playback queue; otherwise, “0”.
Recording Media_Get ( “recording” ) returns “1” if recording is taking place or “0” when no recording is occurring.
quicktime-version Media_Get ( “quicktime-version”) Deprecated. For backward compatibility only. Returns always version 10.0.0 as “1000”. Using Media_Get( “quicktime-version”) returned QuickTime version as a numerical value. For example, if QuickTime 7.5.3 was active, the value returned was “753”.
Time-Code Media_Get ( “recording” [; mediaIdentifier ] ) returns current playback position as a time code. If one sound is currently playing back asynchronously, the function can be used with a single parameter only and returns the standard HH:MM:SS.FFF format. When there are two or more media files playing asynchronously, pass a value returned by Media_PlaySound as mediaIdentifier to query a particular playback position.

Examples

To get the current volume level:

Set Field [MyTable::Volume; Media_Get ( “Volume” ) ]

To get the tempo of currently playing sound files:

Set Field [MyTable::Tempo; Media_Get ( “Tempo” ) ]

To check if anything is playing:

Set Field [MyTable::Playing?; Media_Get ( “PlayStatus” ) ]

To check if anything is playing:

Set Field [MyTable::Playing?; Media_Get ( “PlayStatus” ) ]

To check if MediaManager is recording sound:

Set Field [MyTable::Recording?; Media_Get ( “recording” ) ]

To check the version of QuickTime:

Set Field [MyTable::QTversion; Media_Get ( “quicktime-version” ) ]

To get playback position of the file currently being played-back:

Set Field [MyTable::PlaybackPos; Media_Get ( “timecode” ) ]

Primary Sidebar

Document Functions

Media_CopyItem
Media_CreateAlias
Media_CreateFolder
Media_DeleteItem
Media_ExportField
Media_ExtractInfo
Media_GetDefaultFolder
Media_GetItemInfo
Media_GetName
Media_GetPath
Media_InsertFile
Media_ListDisks
Media_ListFolder
Media_MoveItem
Media_OpenItem
Media_RenameItem
Media_SetDefaultFolder

General and Registration Functions

Media_Get
Media_GetLastError
Media_GetMouseUp
Media_JSONPath
Media_Register
Media_RegisterLicensedEncoder
Media_Set
Media_Version

Image Functions

Media_TApply
Media_TClear
Media_TCrop
Media_TQuad
Media_TResize
Media_TRotate
Media_TScale
Media_TSkew
Media_EffectApply
Media_EffectDialog
Media_ConvertImage
Media_GetImageInfo
Media_GetMetadata
Media_InsertImage
Media_ListImageOutputTypes
Media_SetImageDefaults

Script Steps

Copy Item
Create Alias
Create Folder
Delete Item
Export Field
Get Default Folder
Get Item Property
Move Item
Open Item
Rename Item
Set Default Folder

Sound Functions

Media_Amplify
Media_AppendSound
Media_ConvertSound
Media_CreateSound
Media_DrawWaveform
Media_ExtractSound
Media_FadeSound
Media_GetMetadata
Media_GetSoundInfo
Media_InsertQuickTime
Media_ListSoundOutputFormats
Media_MixSounds
Media_Normalize
Media_PlayPause
Media_PlaySound
Media_RecordSoundFormatDialog
Media_RecordSoundStart
Media_RecordSoundPause
Media_RecordSoundStop
Media_SetMetadata
Media_SoundFormatDialog
Media_StopSound

Video Functions

Media_GetVideoInfo

Footer

Let’s get started on your project.

Get in touch

  • Plugins
  • Services
  • About
  • Store

Copyright ©2006-2020 by 1stplugins, s.r.o. All rights reserved.