Platform 1.28 Reference Guide

OVR_LivestreamingStatus.h File Reference

Typedefs

struct ovrLivestreamingStatus *

Typedef Documentation

typedef struct ovrLivestreamingStatus* ovrLivestreamingStatusHandle ( )

Function Documentation

bool ovr_LivestreamingStatus_GetCommentsVisible ( const ovrLivestreamingStatusHandle obj )
bool ovr_LivestreamingStatus_GetIsPaused ( const ovrLivestreamingStatusHandle obj )
bool ovr_LivestreamingStatus_GetLivestreamingEnabled ( const ovrLivestreamingStatusHandle obj )
int ovr_LivestreamingStatus_GetLivestreamingType ( const ovrLivestreamingStatusHandle obj )
bool ovr_LivestreamingStatus_GetMicEnabled ( const ovrLivestreamingStatusHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_LIVESTREAMINGSTATUS_H
#define OVR_LIVESTREAMINGSTATUS_H

#include "OVR_Platform_Defs.h"
#include <stdbool.h>

typedefstruct ovrLivestreamingStatus *ovrLivestreamingStatusHandle;

OVRP_PUBLIC_FUNCTION(bool) ovr_LivestreamingStatus_GetCommentsVisible(const ovrLivestreamingStatusHandle obj);
OVRP_PUBLIC_FUNCTION(bool) ovr_LivestreamingStatus_GetIsPaused(const ovrLivestreamingStatusHandle obj);
OVRP_PUBLIC_FUNCTION(bool) ovr_LivestreamingStatus_GetLivestreamingEnabled(const ovrLivestreamingStatusHandle obj);
OVRP_PUBLIC_FUNCTION(int)  ovr_LivestreamingStatus_GetLivestreamingType(const ovrLivestreamingStatusHandle obj);
OVRP_PUBLIC_FUNCTION(bool) ovr_LivestreamingStatus_GetMicEnabled(const ovrLivestreamingStatusHandle obj);

#endif
The documentation for this file was generated from the following file: OVR_LivestreamingStatus.h