mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibVideo: Remove declarations for non-existent methods
This commit is contained in:
parent
1568063cc8
commit
5cc4b37bf3
4 changed files with 0 additions and 10 deletions
|
@ -102,7 +102,6 @@ public:
|
|||
static constexpr SeekMode DEFAULT_SEEK_MODE = SeekMode::Accurate;
|
||||
|
||||
static DecoderErrorOr<NonnullOwnPtr<PlaybackManager>> from_file(Core::Object& event_handler, StringView file);
|
||||
static DecoderErrorOr<NonnullOwnPtr<PlaybackManager>> from_data(Core::Object& event_handler, Span<u8> data);
|
||||
|
||||
PlaybackManager(Core::Object& event_handler, NonnullOwnPtr<Demuxer>& demuxer, Track video_track, NonnullOwnPtr<VideoDecoder>&& decoder);
|
||||
|
||||
|
@ -211,9 +210,6 @@ public:
|
|||
}
|
||||
virtual ~PlaybackStatusChangeEvent() = default;
|
||||
|
||||
PlaybackStatus status();
|
||||
PlaybackStatus previous_status();
|
||||
|
||||
private:
|
||||
PlaybackStatus m_status;
|
||||
PlaybackStatus m_previous_status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue