Immersive template object interface.
More...
#include <customized_immersive.h>
Immersive template object interface.
Definition at line 77 of file customized_immersive.h.
◆ ~ICustomImmersiveTemplate()
virtual ICustomImmersiveTemplate::~ICustomImmersiveTemplate |
( |
| ) |
|
|
inlinevirtual |
◆ getCapacity()
virtual unsigned int ICustomImmersiveTemplate::getCapacity |
( |
| ) |
|
|
pure virtual |
Get the capacity of this template.
- Returns
- If the function succeeds, the return value is the seat capacity of this template.
◆ getShareTemplateData()
Get the template data of immersive when in share mode.
- Returns
- If the function succeeds, the return value is the template data of immersive when in share mode. For more details, see ICustomImmersiveTemplateData enum.
◆ getTemplateName()
virtual const zchar_t * ICustomImmersiveTemplate::getTemplateName |
( |
| ) |
|
|
pure virtual |
Get the name of this template.
- Returns
- If the function succeeds, the return value is the name of this template.
◆ getThumbnailBitmap()
virtual const void * ICustomImmersiveTemplate::getThumbnailBitmap |
( |
| ) |
|
|
pure virtual |
Get the bitmap of the thumbnail.
- Returns
- If the function succeeds, the return value is the bitmap of this thumbnail.
◆ getType()
Get the type of this template.
- Returns
- If the function succeeds, the return value is the type of this template. For more details, see CustomImmersiveTemplateType enum.
◆ getVideoTemplateData()
Get the template data of immersive when in default mode.
- Returns
- If the function succeeds, the return value is the template data of immersive when in default mode. For more details, see ICustomImmersiveTemplateData enum.
◆ isSupportFreeSeat()
virtual bool ICustomImmersiveTemplate::isSupportFreeSeat |
( |
| ) |
|
|
pure virtual |
Determine whether this template supports a free seat.
- Returns
- TRUE indicates that the user can be put to free seat in this template.
◆ isTemplateReady()
virtual bool ICustomImmersiveTemplate::isTemplateReady |
( |
| ) |
|
|
pure virtual |
Determine if this template is ready.
- Returns
- TRUE indicates that this template is ready.