Immersive template object interface.
More...
#include <customized_immersive.h>
Immersive template object interface.
Definition at line 94 of file customized_immersive.h.
◆ ~ICustomImmersiveTemplate()
| virtual ICustomImmersiveTemplate::~ICustomImmersiveTemplate |
( |
| ) |
|
|
inlinevirtual |
◆ getCapacity()
| virtual unsigned int ICustomImmersiveTemplate::getCapacity |
( |
| ) |
|
|
pure virtual |
Gets the capacity of this template.
- Returns
- If the function succeeds, it returns the seat capacity of this template.
◆ getShareTemplateData()
Gets the template data of immersive when in share mode.
- Returns
- If the function succeeds, it returns the template data of immersive when in share mode. Otherwise, this function fails and returns nullptr.
◆ getTemplateName()
| virtual const zchar_t * ICustomImmersiveTemplate::getTemplateName |
( |
| ) |
|
|
pure virtual |
Gets the name of this template.
- Returns
- If the function succeeds, it returns the name of this template. Otherwise, this function fails and returns nullptr.
◆ getThumbnailBitmap()
| virtual const void * ICustomImmersiveTemplate::getThumbnailBitmap |
( |
| ) |
|
|
pure virtual |
Gets the bitmap of the thumbnail.
- Returns
- If the function succeeds, it returns the bitmap of this thumbnail. Otherwise, this function fails and returns nullptr.
◆ getType()
Gets the type of this template.
- Returns
- If the function succeeds, it returns the type of this template.
◆ getVideoTemplateData()
Gets the template data of immersive when in default mode.
- Returns
- If the function succeeds, it returns the template data of immersive when in default mode. Otherwise, this function fails and returns nullptr.
◆ isSupportFreeSeat()
| virtual bool ICustomImmersiveTemplate::isSupportFreeSeat |
( |
| ) |
|
|
pure virtual |
Determines 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 |
Determines if this template is ready.
- Returns
- true indicates that this template is ready.