MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_remaining_frames()

virtual std::vector< uint64_t > MayaFlux::Kakshya::StreamContainer::get_remaining_frames ( ) const
pure virtual

Get the number of remaining frames from the current position, per channel.

Returns
Number of frames until end (accounting for looping)

Enables efficient buffer management and lookahead in streaming scenarios.

Implemented in MayaFlux::Kakshya::SoundStreamContainer.