Skip to content

Commit 220ec6d

Browse files
authored
Merge pull request #15 from docsforadobe/users/bbb/table_reconstruction
Rebuild tables
2 parents ce5bb67 + 04a0fae commit 220ec6d

36 files changed

+850
-1923
lines changed

docs/exporters/getting-started.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Starting in CS5, all the presets are saved to the same location, regardless of w
7070

7171
On Windows 7, presets are saved here: `[User folder]\AppData\Roaming\Adobe\Common\AME\[version]\Presets\\`
7272

73-
On Mac OS: `~/Library/Preferences/Adobe/Common/AME/[version]/Presets/`
73+
On MacOS: `~/Library/Preferences/Adobe/Common/AME/[version]/Presets/`
7474

7575
In CS4, where the files are saved depends on whether you've opened the Export Settings UI in Premiere Pro or Media Encoder:
7676

@@ -80,13 +80,13 @@ On Windows Vista, presets are saved here: `[User folder]\AppData\Roaming\Adobe\A
8080

8181
On Windows XP: `[Documents and Settings folder]\[user name]\Application Data\Adobe\Adobe Media Encoder\[version]\Presets\\`
8282

83-
On Mac OS: `~/Library/Preferences/Adobe/Adobe Media Encoder/[version]/ Presets/`
83+
On MacOS: `~/Library/Preferences/Adobe/Adobe Media Encoder/[version]/ Presets/`
8484

8585
### Premiere Pro presets
8686

8787
On Windows, presets are saved here: `[User folder]\AppData\Roaming\Adobe\Premiere Pro\[version]\\ Presets\\`
8888

89-
On Mac OS: `~/Library/Preferences/Adobe/Adobe Premiere Pro/[version]/Presets/`
89+
On MacOS: `~/Library/Preferences/Adobe/Adobe Premiere Pro/[version]/Presets/`
9090

9191
#### AME Preset Browser
9292

@@ -200,19 +200,14 @@ typedef struct {
200200
} exportStdParms;
201201
```
202202

203-
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
204203
| Member | Description |
205-
+===================+===============================================================================================================================================================+
204+
|-|-|
206205
| `interfaceVer` | Exporter API version, one of : |
207-
| | |
208-
| | - Premiere Pro CC - `prExportVersion400` |
209-
| | - Premiere Pro CS6 - `prExportVersion300` |
210-
| | - Premiere Pro CS5.5 - `prExportVersion250` |
211-
| | - Premiere Pro CS5 - `prExportVersion200` |
212-
| | - Premiere Pro 4.0.1 through 4.2.1 - `prExportVersion101` |
213-
| | - Premiere Pro CS4 - `prExportVersion100` |
214-
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+
206+
| | Premiere Pro CC - `prExportVersion400` |
207+
| | Premiere Pro CS6 - `prExportVersion300` |
208+
| | Premiere Pro CS5.5 - `prExportVersion250` |
209+
| | Premiere Pro CS5 - `prExportVersion200` |
210+
| | Premiere Pro 4.0.1 through 4.2.1 - `prExportVersion101` |
211+
| | Premiere Pro CS4 - `prExportVersion100` |
215212
| `getSPBasicSuite` | This very important call returns the SweetPea suite that allows plugins to acquire and release all other [SweetPea Suites](../universals/sweetpea-suites.md). |
216-
| | |
217213
| | ```SPBasicSuite* getSPBasicSuite();``` |
218-
+-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------+

docs/exporters/selector-descriptions.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Additional implementation details are at the end of the chapter.
88

99
## exSelStartup
1010

11-
- param1 - [exExporterInfoRec\*](structure-descriptions.md#exexporterinforec)
11+
- param1 - [exExporterInfoRec*](structure-descriptions.md#exexporterinforec)
1212
- param2 - `unused`
1313

1414
Sent during application launch, unless the exporter has been cached.
@@ -21,7 +21,7 @@ A single exporter can support multiple codecs and file extensions.
2121

2222
## exSelBeginInstance
2323

24-
- param1 - [exExporterInstanceRec\*](structure-descriptions.md#exexporterinstancerec)
24+
- param1 - [exExporterInstanceRec*](structure-descriptions.md#exexporterinstancerec)
2525
- param2 - `unused`
2626

2727
Allocate any private data.
@@ -30,7 +30,7 @@ Allocate any private data.
3030

3131
## exSelGenerateDefaultParams
3232

33-
- param1 - [exGenerateDefaultParamRec\*](structure-descriptions.md#exgeneratedefaultparamrec)
33+
- param1 - [exGenerateDefaultParamRec*](structure-descriptions.md#exgeneratedefaultparamrec)
3434
- param2 - `unused`
3535

3636
Set the exporter's default parameters using the [Export Param Suite](suites.md#export-param-suite).
@@ -39,7 +39,7 @@ Set the exporter's default parameters using the [Export Param Suite](suites.md#e
3939

4040
## exSelPostProcessParams
4141

42-
- param1 - [exPostProcessParamsRec\*](structure-descriptions.md#expostprocessparamsrec)
42+
- param1 - [exPostProcessParamsRec*](structure-descriptions.md#expostprocessparamsrec)
4343
- param2 - `unused`
4444

4545
Post process parameters. This is where the localized strings for the parameter UI must be provided.
@@ -48,7 +48,7 @@ Post process parameters. This is where the localized strings for the parameter U
4848

4949
## exSelValidateParamChanged
5050

51-
- param1 - [exParamChangedRec\*](structure-descriptions.md#exparamchangedrec)
51+
- param1 - [exParamChangedRec*](structure-descriptions.md#exparamchangedrec)
5252
- param2 - `unused`
5353

5454
Validate any parameters that have changed. Based on a change to a parameter value, the exporter may update other parameter values, or show/hide certain parameter controls, using the [Export Param Suite](suites.md#export-param-suite).
@@ -59,7 +59,7 @@ To notify the host that the plugin is changing other parameters, set `exParamCha
5959

6060
## exSelGetParamSummary
6161

62-
- param1 - [exParamSummaryRec\*](structure-descriptions.md#exparamsummaryrec)
62+
- param1 - [exParamSummaryRec*](structure-descriptions.md#exparamsummaryrec)
6363
- param2 - `unused`
6464

6565
Provide a text summary of the current parameter settings, which will be displayed in the summary area of the Export Settings dialog.
@@ -68,7 +68,7 @@ Provide a text summary of the current parameter settings, which will be displaye
6868

6969
## exSelParamButton
7070

71-
- param1 - [exParamButtonRec\*](structure-descriptions.md#exparambuttonrec)
71+
- param1 - [exParamButtonRec*](structure-descriptions.md#exparambuttonrec)
7272
- param2 - `unused`
7373

7474
Sent if exporter has one or more buttons in its parameter UI, and the user clicks one of the buttons in the Export Settings.
@@ -83,7 +83,7 @@ If the user cancels the dialog, return `exportReturn_ParamButtonCancel` to signi
8383

8484
## exSelExport
8585

86-
- param1 - [exDoExportRec\*](structure-descriptions.md#exdoexportrec)
86+
- param1 - [exDoExportRec*](structure-descriptions.md#exdoexportrec)
8787
- param2 - `unused`
8888

8989
Do the export! Sent when the user starts an export to the format supported by the exporter, or if the exporter is used in an Editing Mode and the user renders the work area.
@@ -98,7 +98,7 @@ Save render time by checking to see if frames are repeated. Inspect the Sequence
9898

9999
## exSelExport2
100100

101-
- param1 - [exDoExportRec2\*](structure-descriptions.md#exdoexportrec2)
101+
- param1 - [exDoExportRec2*](structure-descriptions.md#exdoexportrec2)
102102
- param2 - `unused`
103103

104104
Do the export! Identical to exSelExport, except that exDoExportRec2 (which contains a LUT description) is passed.
@@ -111,7 +111,7 @@ In case LUT is specified, `ExportColorSpace` signifies the output color space of
111111

112112
## exSelQueryExportFileExtension
113113

114-
- param1 - [exQueryExportFileExtensionRec\*](structure-descriptions.md#exqueryexportfileextensionrec)
114+
- param1 - [exQueryExportFileExtensionRec*](structure-descriptions.md#exqueryexportfileextensionrec)
115115
- param2 - `unused`
116116

117117
For exporters that support more than one file extension, specify an extension given the file type.
@@ -122,7 +122,7 @@ If this selector is not supported by the exporter, the extension is specified by
122122

123123
## exSelQueryOutputFileList
124124

125-
- param1 - [exQueryOutputFileListRec\*](structure-descriptions.md#exqueryoutputfilelistrec)
125+
- param1 - [exQueryOutputFileListRec*](structure-descriptions.md#exqueryoutputfilelistrec)
126126
- param2 - `unused`
127127

128128
For exporters that export to more than one file. This is called before an export for the host to find out which files would need to be overwritten.
@@ -139,7 +139,7 @@ On the third call, the plugin fills in the path members of the outputFileRecs.
139139

140140
## exSelQueryStillSequence
141141

142-
- param1 - [exQueryStillSequenceRec\*](structure-descriptions.md#exquerystillsequencerec)
142+
- param1 - [exQueryStillSequenceRec*](structure-descriptions.md#exquerystillsequencerec)
143143
- param2 - `unused`
144144

145145
The host application asks a still-only exporter if it wants to export as a sequence, and at what frame rate.
@@ -148,7 +148,7 @@ The host application asks a still-only exporter if it wants to export as a seque
148148

149149
## exSelQueryOutputSettings
150150

151-
- param1 - [exQueryOutputSettingsRec\*](structure-descriptions.md#exqueryoutputsettingsrec)
151+
- param1 - [exQueryOutputSettingsRec*](structure-descriptions.md#exqueryoutputsettingsrec)
152152
- param2 - `unused`
153153

154154
The host application asks the exporter for general details about the current settings. This is a required selector.
@@ -157,7 +157,7 @@ The host application asks the exporter for general details about the current set
157157

158158
## exSelValidateOutputSettings
159159

160-
- param1 - [exValidateOutputSettingsRec\*](structure-descriptions.md#exvalidateoutputsettingsrec)
160+
- param1 - [exValidateOutputSettingsRec*](structure-descriptions.md#exvalidateoutputsettingsrec)
161161
- param2 - `unused`
162162

163163
The host application asks the exporter if it can export with the current settings.
@@ -168,7 +168,7 @@ The exporter should return `exportReturn_ErrLastErrorSet` if not, and the error
168168

169169
## exSelEndInstance
170170

171-
- param1 - [exExporterInstanceRec\*](structure-descriptions.md#exexporterinstancerec)
171+
- param1 - [exExporterInstanceRec*](structure-descriptions.md#exexporterinstancerec)
172172
- param2 - `unused`
173173

174174
Deallocate any private data.
@@ -186,7 +186,7 @@ Sent immediately before shutdown. Free all remaining memory and close any open f
186186

187187
## exSelQueryExportColorSpace
188188

189-
- param1 - [exExporterInstanceRec\*](structure-descriptions.md#exqueryexportcolorspacerec)
189+
- param1 - [exExporterInstanceRec*](structure-descriptions.md#exqueryexportcolorspacerec)
190190
- param2 - `unused`
191191

192192
Describe the color space to be used during export.

docs/exporters/selector-table.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ This table summarizes the various selector commands an exporter can receive.
44

55
| Selector | param1 | param2 |
66
| --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------ |
7-
| [exSelStartup](selector-descriptions.md#exselstartup) | [exExporterInfoRec\*](structure-descriptions.md#exexporterinforec) | unused |
8-
| [exSelBeginInstance](selector-descriptions.md#exselbegininstance) | [exExporterInstanceRec\*](structure-descriptions.md#exexporterinstancerec) | unused |
9-
| [exSelGenerateDefaultParams](selector-descriptions.md#exselgeneratedefaultparams) | [exGenerateDefaultParamRec\*](structure-descriptions.md#exgeneratedefaultparamrec) | unused |
10-
| [exSelPostProcessParams](selector-descriptions.md#exselpostprocessparams) | [exPostProcessParamsRec\*](structure-descriptions.md#expostprocessparamsrec) | unused |
11-
| [exSelValidateParamChanged](selector-descriptions.md#exselvalidateparamchanged) | [exParamChangedRec\*](structure-descriptions.md#exparamchangedrec) | unused |
12-
| [exSelGetParamSummary](selector-descriptions.md#exselgetparamsummary) | [exParamSummaryRec\*](structure-descriptions.md#exparamsummaryrec) | unused |
13-
| [exSelParamButton](selector-descriptions.md#exselparambutton) | [exParamButtonRec\*](structure-descriptions.md#exparambuttonrec) | unused |
14-
| [exSelExport](selector-descriptions.md#exselexport) | [exDoExportRec\*](structure-descriptions.md#exdoexportrec) | unused |
15-
| [exSelQueryExportFileExtension](selector-descriptions.md#exselqueryexportfileextension) | [exQueryExportFileExtensionRec\*](structure-descriptions.md#exqueryexportfileextensionrec) | unused |
16-
| [exSelQueryOutputFileList](selector-descriptions.md#exselqueryoutputfilelist) | [exQueryOutputFileListRec\*](structure-descriptions.md#exqueryoutputfilelistrec) | unused |
17-
| [exSelQueryStillSequence](selector-descriptions.md#exselquerystillsequence) | [exQueryStillSequenceRec\*](structure-descriptions.md#exquerystillsequencerec) | unused |
18-
| [exSelQueryOutputSettings](selector-descriptions.md#exselqueryoutputsettings) | [exQueryOutputSettingsRec\*](structure-descriptions.md#exqueryoutputsettingsrec) | unused |
19-
| [exSelValidateOutputSettings](selector-descriptions.md#exselvalidateoutputsettings) | [exValidateOutputSettingsRec\*](structure-descriptions.md#exvalidateoutputsettingsrec) | unused |
20-
| [exSelExport2](selector-descriptions.md#exselexport2) | [exDoExportRec2\*](structure-descriptions.md#exdoexportrec2) | unused |
21-
| [exSelQueryExportColorSpace](selector-descriptions.md#exselqueryexportcolorspace) | [exQueryExportColorSpaceRec\*](structure-descriptions.md#exqueryexportcolorspacerec) | unused |
22-
| [exSelShutdown](selector-descriptions.md#exselshutdown) | [exExporterInfoRec\*](structure-descriptions.md#exexporterinforec) | unused |
7+
| [exSelStartup](selector-descriptions.md#exselstartup) | [exExporterInfoRec*](structure-descriptions.md#exexporterinforec) | unused |
8+
| [exSelBeginInstance](selector-descriptions.md#exselbegininstance) | [exExporterInstanceRec*](structure-descriptions.md#exexporterinstancerec) | unused |
9+
| [exSelGenerateDefaultParams](selector-descriptions.md#exselgeneratedefaultparams) | [exGenerateDefaultParamRec*](structure-descriptions.md#exgeneratedefaultparamrec) | unused |
10+
| [exSelPostProcessParams](selector-descriptions.md#exselpostprocessparams) | [exPostProcessParamsRec*](structure-descriptions.md#expostprocessparamsrec) | unused |
11+
| [exSelValidateParamChanged](selector-descriptions.md#exselvalidateparamchanged) | [exParamChangedRec*](structure-descriptions.md#exparamchangedrec) | unused |
12+
| [exSelGetParamSummary](selector-descriptions.md#exselgetparamsummary) | [exParamSummaryRec*](structure-descriptions.md#exparamsummaryrec) | unused |
13+
| [exSelParamButton](selector-descriptions.md#exselparambutton) | [exParamButtonRec*](structure-descriptions.md#exparambuttonrec) | unused |
14+
| [exSelExport](selector-descriptions.md#exselexport) | [exDoExportRec*](structure-descriptions.md#exdoexportrec) | unused |
15+
| [exSelQueryExportFileExtension](selector-descriptions.md#exselqueryexportfileextension) | [exQueryExportFileExtensionRec*](structure-descriptions.md#exqueryexportfileextensionrec) | unused |
16+
| [exSelQueryOutputFileList](selector-descriptions.md#exselqueryoutputfilelist) | [exQueryOutputFileListRec*](structure-descriptions.md#exqueryoutputfilelistrec) | unused |
17+
| [exSelQueryStillSequence](selector-descriptions.md#exselquerystillsequence) | [exQueryStillSequenceRec*](structure-descriptions.md#exquerystillsequencerec) | unused |
18+
| [exSelQueryOutputSettings](selector-descriptions.md#exselqueryoutputsettings) | [exQueryOutputSettingsRec*](structure-descriptions.md#exqueryoutputsettingsrec) | unused |
19+
| [exSelValidateOutputSettings](selector-descriptions.md#exselvalidateoutputsettings) | [exValidateOutputSettingsRec*](structure-descriptions.md#exvalidateoutputsettingsrec) | unused |
20+
| [exSelExport2](selector-descriptions.md#exselexport2) | [exDoExportRec2*](structure-descriptions.md#exdoexportrec2) | unused |
21+
| [exSelQueryExportColorSpace](selector-descriptions.md#exselqueryexportcolorspace) | [exQueryExportColorSpaceRec*](structure-descriptions.md#exqueryexportcolorspacerec) | unused |
22+
| [exSelShutdown](selector-descriptions.md#exselshutdown) | [exExporterInfoRec*](structure-descriptions.md#exexporterinforec) | unused |

0 commit comments

Comments
 (0)