Lines Matching full:param
31 * @param sceneId Indicates the scene ID.
39 * @param contextId Indicates the context ID.
40 * @param agentId Indicates the agent ID.
41 * @param event Event struct.
42 * @param isSync Indicates whether synchronous mode is used.
50 * @param msg msg to forward.
57 * @param contextId Indicates the context ID. The value <b>0</b> indicates an invalid ID and the creation fails.
65 * @param contextId Indicates the context ID. If contextId is 0, a new context will be created with an agent.
66 * @param agentId Indicates the created agent ID. The value <b>0</b> indicates an invalid ID and the creation fails.
67 * @param agentType Indicates the agent type {@link AgentType} defined in {@link agent_def.h}.
68 * @param sessionName Indicates the business implementation class's name.
77 * @param contextId Indicates context ID.
85 * @param contextId Indicates the context ID.
86 * @param agentId Indicates the agent ID.
94 * @param contextId Indicates the context ID.
95 * @param agentId Indicates the agent ID.
103 * @param contextId Indicates the context ID.
104 * @param agentId Indicates the agent ID.
112 * @param contextId Indicates the context ID.
113 * @param agentId Indicates the agent ID.
114 * @param mediaType the media type {@link MediaType} defined in {@link const_def.h}.
122 * @param contextId Indicates the context ID.
123 * @param agentId Indicates the agent ID.
124 * @param mediaType the media type {@link MediaType} defined in {@link const_def.h}.
132 * @param contextId Indicates the context ID.
133 * @param agentId Indicates the agent ID.
141 * @param contextId Indicates the context ID.
142 * @param agentId Indicates the agent ID.
150 * @param contextId Indicates the context ID.
151 * @param agentId Indicates the agent ID.
152 * @param surfaceId Indicates the surface ID.
153 * @param keyFrame Indicates whether it is keyframe playback mode.
161 * @param contextId Indicates the context ID.
162 * @param agentId Indicates the agent ID.
163 * @param surfaceId Indicates the surface ID.
164 * @param keyRedirect Indicates whether it is keyframe rapid redirect.
172 * @param contextId Indicates the context ID.
173 * @param agentId Indicates the agent ID.
174 * @param volume Indicates the target volume of the audio to set, ranging from 0 to 1.
182 * @param contextId Indicates the context ID.
183 * @param agentId Indicates the agent ID.
184 * @param surface Pointer of the surface.
193 * @param contextId Indicates the context ID.
194 * @param agentId Indicates the agent ID.
195 * @param surfaceId Indicates the surface ID.
203 * @param windowId Indicates the window ID.
211 * @param windowId Indicates the window ID. The value <b>-1</b> indicates an invalid ID and the creation fails.
212 * @param windowProperty Indicated initialization for window. For details, see {@link windowProperty} defined in
221 * @param windowId Indicates the window ID.
229 * @param windowId Indicates the window ID.
237 * @param windowId Indicates the window ID.
245 * @param windowId Indicates the window ID.
246 * @param x The starting x-axis position of the window
247 * @param y The starting y-axis position of the window
255 * @param windowId Indicates the window ID.
256 * @param surface Pointer of surface.
264 * @param windowId Indicates the window ID.
265 * @param width Indicates the windows'width you set.
266 * @param height Indicates the window's height you set.