The input configuration of the frames that will be sent to this MediaStreamer. The output stream configuration is made from the System controller via the ISystemControllerInterface.
#include <IMediaStreamer.h>
Name | |
---|---|
PixelFormat | mIncomingPixelFormat |
uint32_t | mWidth |
uint32_t | mHeight |
uint32_t | mFrameRateN |
uint32_t | mFrameRateD |
uint32_t | mAudioSampleRate |
uint32_t | mNumAudioChannels |
PixelFormat mIncomingPixelFormat = PixelFormat::kUnknown;
uint32_t mWidth = 0;
uint32_t mHeight = 0;
uint32_t mFrameRateN = 0;
uint32_t mFrameRateD = 0;
uint32_t mAudioSampleRate = 0;
uint32_t mNumAudioChannels = 0;
Updated on 2024-04-08 at 15:15:27 +0200