// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Audio Offset" m_aiffFileOptions.kAudioOffset; displayString -replace -value "Import at specified offset" m_aiffFileOptions.kImportAudioAtSpecifiedOffset; displayString -replace -value "Set audio offset to user specified value" m_aiffFileOptions.kImportAudioAtSpecifiedOffsetAnnotation; displayString -replace -value "Import at scene start" m_aiffFileOptions.kImportAudioAtStart; displayString -replace -value "Set audio offset to animation start" m_aiffFileOptions.kImportAudioAtStartAnnotation; displayString -replace -value "Inherit file audio offset" m_aiffFileOptions.kInherifFileAudioOffset; displayString -replace -value "Inherit the embeded audio file offset(BWAVES only)" m_aiffFileOptions.kInherifFileAudioOffsetAnnotation; displayString -replace -value "Sound file offset:" m_aiffFileOptions.kSoundFileOffset;