Rialto  0.1
Rialto media pipeline API
Public Attributes | List of all members
firebolt::rialto::MediaPlayerShmInfo Struct Reference

Information about the shared memory required for writting data. More...

#include <MediaCommon.h>

Public Attributes

uint32_t maxMetadataBytes
 
uint32_t metadataOffset
 
uint32_t mediaDataOffset
 
uint32_t maxMediaBytes
 

Detailed Description

Information about the shared memory required for writting data.

Member Data Documentation

◆ maxMediaBytes

uint32_t firebolt::rialto::MediaPlayerShmInfo::maxMediaBytes

The maximum amount of mediadata that can be written.

◆ maxMetadataBytes

uint32_t firebolt::rialto::MediaPlayerShmInfo::maxMetadataBytes

The maximum amount of metadata that can be written.

◆ mediaDataOffset

uint32_t firebolt::rialto::MediaPlayerShmInfo::mediaDataOffset

The offset to write the media data.

◆ metadataOffset

uint32_t firebolt::rialto::MediaPlayerShmInfo::metadataOffset

The offset to write the metadata.


The documentation for this struct was generated from the following file: