604605606607608609610
/** * Create an instance of {@link SoundCue} * */ public static SoundCue createGxSoundCue() { return new SoundCue(); }
642643644645646647648