openMSX
|
#include <LaserdiscPlayer.hh>
Public Types | |
enum | RemoteState { REMOTE_IDLE , REMOTE_HEADER_PULSE , NEC_HEADER_SPACE , NEC_BITS_PULSE , NEC_BITS_SPACE } |
enum | PlayerState { PLAYER_STOPPED , PLAYER_PLAYING , PLAYER_MULTI_SPEED , PLAYER_PAUSED , PLAYER_STILL } |
enum | SeekState { SEEK_NONE , SEEK_CHAPTER , SEEK_FRAME , SEEK_WAIT } |
enum | StereoMode { LEFT , RIGHT , STEREO } |
enum | RemoteProtocol { IR_NONE , IR_NEC } |
![]() | |
enum | ResampleType { RESAMPLE_HQ , RESAMPLE_LQ , RESAMPLE_BLIP } |
Public Member Functions | |
LaserdiscPlayer (const HardwareConfig &hwConf, PioneerLDControl &ldControl) | |
~LaserdiscPlayer () | |
int16_t | readSample (EmuTime::param time) |
void | setMuting (bool left, bool right, EmuTime::param time) |
bool | extAck (EmuTime::param) const |
void | extControl (bool bit, EmuTime::param time) |
const RawFrame * | getRawFrame () const |
template<typename Archive > | |
void | serialize (Archive &ar, unsigned version) |
MSXMotherBoard & | getMotherBoard () |
void | getMediaInfo (TclObject &result) override |
This method gets called when information is required on the media inserted in the media slot of the provider. More... | |
![]() | |
bool | generateInput (float *buffer, size_t num) |
Note: To enable various optimizations (like SSE), this method is allowed to generate up to 3 extra sample. More... | |
DynamicClock & | getEmuClock () |
![]() | |
SoundDevice (const SoundDevice &)=delete | |
SoundDevice & | operator= (const SoundDevice &)=delete |
const std::string & | getName () const |
Get the unique name that identifies this sound device. More... | |
std::string_view | getDescription () const |
Gets a description of this sound device, to be presented to the user. More... | |
bool | isStereo () const |
Is this a stereo device? This is set in the constructor and cannot be changed anymore. More... | |
AmplificationFactors | getAmplificationFactor () const |
void | setSoftwareVolume (float volume, EmuTime::param time) |
Change the 'software volume' of this sound device. More... | |
void | setSoftwareVolume (float left, float right, EmuTime::param time) |
void | recordChannel (unsigned channel, const Filename &filename) |
void | muteChannel (unsigned channel, bool muted) |
virtual void | setOutputRate (unsigned hostSampleRate, double speed)=0 |
When a SoundDevice registers itself with the Mixer, the Mixer sets the required sampleRate through this method. More... | |
virtual bool | updateBuffer (size_t length, float *buffer, EmuTime::param time)=0 |
Generate sample data. More... | |
![]() | |
MediaInfoProvider (const MediaInfoProvider &)=delete | |
MediaInfoProvider & | operator= (const MediaInfoProvider &)=delete |
virtual void | getMediaInfo (TclObject &result)=0 |
This method gets called when information is required on the media inserted in the media slot of the provider. More... | |
Additional Inherited Members | |
![]() | |
static constexpr unsigned | MAX_CHANNELS = 24 |
![]() | |
ResampledSoundDevice (MSXMotherBoard &motherBoard, std::string_view name, static_string_view description, unsigned channels, unsigned inputSampleRate, bool stereo) | |
~ResampledSoundDevice () | |
void | setOutputRate (unsigned hostSampleRate, double speed) override |
When a SoundDevice registers itself with the Mixer, the Mixer sets the required sampleRate through this method. More... | |
bool | updateBuffer (size_t length, float *buffer, EmuTime::param time) override |
Generate sample data. More... | |
void | update (const Setting &setting) noexcept override |
void | createResampler () |
![]() | |
SoundDevice (MSXMixer &mixer, std::string_view name, static_string_view description, unsigned numChannels, unsigned inputRate, bool stereo) | |
Constructor. More... | |
~SoundDevice () | |
virtual float | getAmplificationFactorImpl () const |
Get amplification/attenuation factor for this device. More... | |
void | registerSound (const DeviceConfig &config) |
Registers this sound device with the Mixer. More... | |
void | unregisterSound () |
Unregisters this sound device with the Mixer. More... | |
void | updateStream (EmuTime::param time) |
void | setInputRate (unsigned sampleRate) |
unsigned | getInputRate () const |
virtual void | generateChannels (std::span< float * > buffers, unsigned num)=0 |
Abstract method to generate the actual sound data. More... | |
bool | mixChannels (float *dataOut, size_t samples) |
Calls generateChannels() and combines the output to a single channel. More... | |
const DynamicClock & | getHostSampleClock () const |
See MSXMixer::getHostSampleClock(). More... | |
double | getEffectiveSpeed () const |
![]() | |
Observer ()=default | |
~Observer ()=default | |
Observer (const Observer &)=delete | |
Observer & | operator= (const Observer &)=delete |
virtual void | update (const Setting &subject) noexcept=0 |
virtual void | subjectDeleted (const Setting &) |
![]() | |
MediaInfoProvider ()=default | |
~MediaInfoProvider ()=default | |
![]() | |
static void | addFill (float *&buffer, float value, unsigned num) |
Adds a number of samples that all have the same value. More... | |
Definition at line 27 of file LaserdiscPlayer.hh.
Enumerator | |
---|---|
PLAYER_STOPPED | |
PLAYER_PLAYING | |
PLAYER_MULTI_SPEED | |
PLAYER_PAUSED | |
PLAYER_STILL |
Definition at line 63 of file LaserdiscPlayer.hh.
Enumerator | |
---|---|
IR_NONE | |
IR_NEC |
Definition at line 84 of file LaserdiscPlayer.hh.
Enumerator | |
---|---|
REMOTE_IDLE | |
REMOTE_HEADER_PULSE | |
NEC_HEADER_SPACE | |
NEC_BITS_PULSE | |
NEC_BITS_SPACE |
Definition at line 55 of file LaserdiscPlayer.hh.
Enumerator | |
---|---|
SEEK_NONE | |
SEEK_CHAPTER | |
SEEK_FRAME | |
SEEK_WAIT |
Definition at line 71 of file LaserdiscPlayer.hh.
Enumerator | |
---|---|
LEFT | |
RIGHT | |
STEREO |
Definition at line 78 of file LaserdiscPlayer.hh.
openmsx::LaserdiscPlayer::LaserdiscPlayer | ( | const HardwareConfig & | hwConf, |
PioneerLDControl & | ldControl | ||
) |
Definition at line 104 of file LaserdiscPlayer.cc.
openmsx::LaserdiscPlayer::~LaserdiscPlayer | ( | ) |
Definition at line 144 of file LaserdiscPlayer.cc.
References openmsx::BOOT, openmsx::Display::detach(), openmsx::Reactor::getDisplay(), openmsx::Reactor::getEventDistributor(), openmsx::MSXMotherBoard::getMSXCliComm(), openmsx::MSXMotherBoard::getReactor(), openmsx::CliComm::HARDWARE, openmsx::EventDistributor::unregisterEventListener(), openmsx::MSXMotherBoard::unregisterMediaInfo(), openmsx::SoundDevice::unregisterSound(), and openmsx::MSXCliComm::update().
|
inline |
Definition at line 42 of file LaserdiscPlayer.hh.
void openmsx::LaserdiscPlayer::extControl | ( | bool | bit, |
EmuTime::param | time | ||
) |
Definition at line 192 of file LaserdiscPlayer.cc.
References openmsx::EmuDuration::getTicksAt(), IR_NEC, NEC_BITS_PULSE, NEC_BITS_SPACE, NEC_HEADER_SPACE, REMOTE_HEADER_PULSE, and REMOTE_IDLE.
|
overridevirtual |
This method gets called when information is required on the media inserted in the media slot of the provider.
The provider must attach the info as a dictionary to the given TclObject.
Implements openmsx::MediaInfoProvider.
Definition at line 166 of file LaserdiscPlayer.cc.
References openmsx::TclObject::addDictKeyValues().
|
inline |
Definition at line 50 of file LaserdiscPlayer.hh.
Referenced by openmsx::SDLVideoSystem::createLDRasterizer().
const RawFrame * openmsx::LaserdiscPlayer::getRawFrame | ( | ) | const |
Definition at line 279 of file LaserdiscPlayer.cc.
int16_t openmsx::LaserdiscPlayer::readSample | ( | EmuTime::param | time | ) |
Definition at line 952 of file LaserdiscPlayer.cc.
References LEFT, and PLAYER_PLAYING.
Referenced by openmsx::CassettePort::cassetteIn().
void openmsx::LaserdiscPlayer::serialize | ( | Archive & | ar, |
unsigned | version | ||
) |
Definition at line 1050 of file LaserdiscPlayer.cc.
References openmsx::Filename::empty(), openmsx::DynamicClock::getFreq(), openmsx::Filename::getResolved(), IR_NONE, PLAYER_MULTI_SPEED, PLAYER_STOPPED, REMOTE_IDLE, openmsx::Schedulable::restoreOld(), Math::reverseByte(), Math::reverseNBits(), SEEK_NONE, and openmsx::DynamicClock::setFreq().
void openmsx::LaserdiscPlayer::setMuting | ( | bool | left, |
bool | right, | ||
EmuTime::param | time | ||
) |
Definition at line 775 of file LaserdiscPlayer.cc.
References openmsx::SoundDevice::updateStream().