EVOLUTION-MANAGER
Edit File: mediaOutputDecoder.cpp
#include "mediaOutputDecoder.h" MediaOutputDecoder::MediaOutputDecoder(int8 _streamNo) : streamID(_streamNo) { } MediaOutputDecoder::~MediaOutputDecoder() { } int8 MediaOutputDecoder::getStreamNo() { return(streamID); }