NDEVR
API Documentation
VulkanVideoRenderer.h
1#pragma once
2#include <NDEVR/Model.h>
3namespace NDEVR
4{
10 {
11 public:
15 explicit VulkanVideoRenderer(const StringView& stream_id, const Model& model);
18 void setSource(const StringView& stream_id);
19 private:
22 void init(const StringView& stream_id);
23 };
24}
Model()
Default constructor. Creates an uninitialized Model.
Definition Model.h:365
The core String View class for the NDEVR API.
Definition StringView.h:58
void setSource(const StringView &stream_id)
Changes the video source being rendered.
VulkanVideoRenderer(const StringView &stream_id, const Model &model)
Constructs a renderer for the given stream within an existing model hierarchy.
The primary namespace for the NDEVR SDK.