X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fapplescript.h;h=990d44990e6ee3ded040782410a2586684fb7543;hb=dfd11aa01c2582855d04fb81b48ae765bcff722d;hp=1aece89e71bf52d16ccd5de34f611e18a450c874;hpb=f25e0c78ab9c2ac87705454dfe7090715519714f;p=vlc diff --git a/modules/gui/macosx/applescript.h b/modules/gui/macosx/applescript.h index 1aece89e71..990d44990e 100644 --- a/modules/gui/macosx/applescript.h +++ b/modules/gui/macosx/applescript.h @@ -1,7 +1,7 @@ /***************************************************************************** * applescript.h: MacOS X AppleScript support ***************************************************************************** - * Copyright (C) 2002-2003, 2005, 2007 the VideoLAN team + * Copyright (C) 2002-2003, 2005, 2007 VLC authors and VideoLAN * $Id$ * * Authors: Derk-Jan Hartman @@ -21,6 +21,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#import + /***************************************************************************** * VLGetURLScriptCommand interface *****************************************************************************/ @@ -40,4 +42,15 @@ - (BOOL)scriptFullscreenMode; - (void)setScriptFullscreenMode: (BOOL)mode; + +- (double)audioVolume; +- (void)setAudioVolume: (double)mode; + +- (int)currentTime; +- (void)setCurrentTime: (int)mode; + +- (int) durationOfCurrentItem; +- (NSString*) pathOfCurrentItem; +- (NSString*) nameOfCurrentItem; + @end