mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[client] transport: track video component availability
This commit is contained in:
@@ -33,6 +33,11 @@ void spiceSurface_free(SpiceSurface ** surface);
|
||||
const LG_VideoOps * spiceSurface_getVideoOps(void);
|
||||
void spiceSurface_sessionStopped(SpiceSurface * surface);
|
||||
|
||||
#ifdef ENABLE_TESTS
|
||||
void spiceSurface_testLockActivation(SpiceSurface * surface);
|
||||
void spiceSurface_testUnlockActivation(SpiceSurface * surface);
|
||||
#endif
|
||||
|
||||
void spiceSurface_create(SpiceSurface * surface, unsigned int surfaceId,
|
||||
PSSurfaceFormat format, unsigned int width, unsigned int height);
|
||||
void spiceSurface_destroy(SpiceSurface * surface, unsigned int surfaceId);
|
||||
|
||||
Reference in New Issue
Block a user