equal
deleted
inserted
replaced
1 /* Copyright (c) 2009 The Khronos Group Inc. |
1 /* Copyright (c) 2009 The Khronos Group Inc. |
2 * Portions copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies) |
|
3 * |
2 * |
4 * Permission is hereby granted, free of charge, to any person obtaining a |
3 * Permission is hereby granted, free of charge, to any person obtaining a |
5 * copy of this software and/or associated documentation files (the |
4 * copy of this software and/or associated documentation files (the |
6 * "Materials"), to deal in the Materials without restriction, including |
5 * "Materials"), to deal in the Materials without restriction, including |
7 * without limitation the rights to use, copy, modify, merge, publish, |
6 * without limitation the rights to use, copy, modify, merge, publish, |
329 WFCint count, |
328 WFCint count, |
330 const WFCfloat* values); |
329 const WFCfloat* values); |
331 |
330 |
332 |
331 |
333 /*! |
332 /*! |
|
333 * \brief Stream content notification callback |
|
334 * |
|
335 * \param stream Handle of the stream |
|
336 * \param event Stream event type |
|
337 * \param data Context |
|
338 */ |
|
339 OWF_API_CALL void |
|
340 WFC_Context_SourceStreamUpdated(OWFNativeStreamType stream, |
|
341 OWFint event, |
|
342 void* data, |
|
343 void* param); |
|
344 |
|
345 /*! |
334 * \brief Check if context is currently activated |
346 * \brief Check if context is currently activated |
335 * |
347 * |
336 * \param context |
348 * \param context |
337 */ |
349 */ |
338 |
350 |