|
Foxit PDF SDK
|
继承自 NSObject .
构造函数 | |
| (id) | - init |
| 构造函数。 | |
| (id) | - initWithPlayer_args: |
| 构造函数,使用另一个播放器参数对象。 更多... | |
| (void) | - set:screen_annot:rendition:URL:audio_format:player_settings: |
| 设置值。 更多... | |
属性 | |
| NSString * | audio_format |
| 音频格式,如"audio/wav"。 | |
| FSPDFDoc * | doc |
| 文档的 FSPDFDoc 对象。 更多... | |
| FSMediaSettings * | player_settings |
| FSMediaSettings 对象。 | |
| FSRendition * | rendition |
| FSRendition 对象(MediaRendition或RenditionList)。 更多... | |
| FSScreen * | screen_annot |
| FSScreen 对象。 更多... | |
| NSString * | uRL |
| URL或rendition中的一个是必需的,URL优先。 | |
此类表示player args。
| - (id) initWithPlayer_args: | (FSPlayerArgs*) | player_args |
构造函数,使用另一个播放器参数对象。
| [in] | player_args | 另一个播放器参数对象。 |
| - (void) set: | (FSPDFDoc*) | doc | |
| screen_annot: | (FSScreen*) | screen_annot | |
| rendition: | (FSRendition*) | rendition | |
| URL: | (NSString *) | URL | |
| audio_format: | (NSString *) | audio_format | |
| player_settings: | (FSMediaSettings*) | player_settings | |
设置值。
| [in] | doc | 文档的 FSPDFDoc 对象。如果省略了 annot 和 rendition,则为必需,例如用于URL播放。 |
| [in] | screen_annot | FSScreen 对象。除非在事件对象或MediaSettings中找到,否则停靠播放需要此对象。 |
| [in] | rendition | FSRendition 对象(MediaRendition或RenditionList)。除非在事件对象中找到rendition或存在URL,否则必需。 |
| [in] | URL | URL或rendition中的一个是必需的,URL优先。 |
| [in] | audio_format | 音频格式,如"audio/wav"。 |
| [in] | player_settings | FSMediaSettings 对象。 |
|
readwritenonatomicweak |
文档的 FSPDFDoc 对象。
如果省略了 annot 和 rendition,则为必需,例如用于URL播放。
|
readwritenonatomicweak |
FSRendition 对象(MediaRendition或RenditionList)。
除非在事件对象中找到rendition或存在URL,否则必需。