×

BeardedSpice Mac多媒体快捷键

消耗积分:0 | 格式:zip | 大小:4.60 MB | 2022-06-01

久醉不醒

分享资料个

授权协议 未知
开发语言 Objective-C
操作系统 OS X
软件类型 开源软件
所属分类 应用工具多媒体工具

软件简介

Bearded Spice 允许你使用 Mac 键盘上的多媒体快捷键控制基于 Web 的多媒体播放器(比如 SoundCloud,YouTube 等等)和一些原生应用。

BeardedSpice 特性:智能模式,自动更新,快捷键等等。

 

 

多媒体策略:

@interface MediaStrategy : NSObject
/**
Returns name of that media stratery. 
*/
-(NSString *) displayName; // Required override in subclass.
/**
Checks tab that it is accepted this strategy.
*/
-(BOOL) accepts:(TabAdapter *)tab; // Required override in subclass.
/**
Checks tab that it is in the playback state.
*/
- (BOOL)isPlaying:(TabAdapter *)tab;
/**
Returns track information object from tab.
*/
- (Track *)trackInfo:(TabAdapter *)tab;
/**
Returns javascript code of the play/pause toggle.
*/
-(NSString *) toggle; // Required override in subclass.
/**
Returns javascript code of the previous track action.
*/
-(NSString *) previous;
/**
Returns javascript code of the next track action.
*/
-(NSString *) next;
/**
Returns javascript code of the pausing action.
Used mainly for pausing before switching active tabs.
*/
-(NSString *) pause; // Required override in subclass.
/**
Returns javascript code of the "favorite" toggle.
*/
-(NSString *) favorite;
/**
Helper method for obtaining album artwork from url string
*/
- (NSImage *)imageByUrlString:(NSString *)urlString;
@end
 

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !