OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
Bink::Frame Class Referencefinal

#include <frame.h>

Classes

class  Audio
 
class  Plane
 

Public Member Functions

 Frame ()
 
 Frame (Frame &&)=default
 
Frameoperator= (Frame &&)=default
 
uint32_t width () const
 
uint32_t height () const
 
const Planeplane (uint8_t id) const
 
const Audioaudio (uint8_t id) const
 
size_t audioCount () const
 

Friends

class Video
 

Detailed Description

Definition at line 11 of file frame.h.

Constructor & Destructor Documentation

◆ Frame() [1/2]

Frame::Frame ( )

Definition at line 60 of file frame.cpp.

◆ Frame() [2/2]

Bink::Frame::Frame ( Frame &&  )
default

Member Function Documentation

◆ audio()

const Frame::Audio & Frame::audio ( uint8_t  id) const

Definition at line 64 of file frame.cpp.

◆ audioCount()

size_t Bink::Frame::audioCount ( ) const
inline

Definition at line 51 of file frame.h.

◆ height()

uint32_t Bink::Frame::height ( ) const
inline

Definition at line 47 of file frame.h.

◆ operator=()

Frame & Bink::Frame::operator= ( Frame &&  )
default

◆ plane()

const Plane & Bink::Frame::plane ( uint8_t  id) const
inline

Definition at line 49 of file frame.h.

◆ width()

uint32_t Bink::Frame::width ( ) const
inline

Definition at line 46 of file frame.h.

Friends And Related Symbol Documentation

◆ Video

friend class Video
friend

Definition at line 60 of file frame.h.


The documentation for this class was generated from the following files: