@@ -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
1414Sent 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
2727Allocate 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
3636Set 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
4545Post 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
5454Validate 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
6565Provide 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
7474Sent 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
8989Do 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
104104Do 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
117117For 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
128128For 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
145145The 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
154154The 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
163163The 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
174174Deallocate 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
192192Describe the color space to be used during export.
0 commit comments