Rialto  0.1
Rialto media pipeline API
Classes | Variables
IMediaPipelineClient.h File Reference
#include <MediaCommon.h>
#include <memory>
#include <stdint.h>
#include <string>
Include dependency graph for IMediaPipelineClient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  firebolt::rialto::IMediaPipelineClient
 The Rialto media player client interface. More...
 

Variables

constexpr int64_t firebolt::rialto::kDurationUnknown {-1}
 Stream duration is unknown or undefined. More...
 
constexpr int64_t firebolt::rialto::kDurationUnending {-2}
 Stream duration is unending or live.
 

Detailed Description

The definition of the IMediaPipelineClient interface.

This file comprises the definition of the IMediaPipelineClient abstract class. This is the API by which a IMediaPipeline implementation will pass notifications to its client.

Variable Documentation

◆ kDurationUnknown

constexpr int64_t firebolt::rialto::kDurationUnknown {-1}
constexpr

Stream duration is unknown or undefined.