| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
Exception when decoding audio packet. More...
#include <Exceptions.h>
Public Member Functions | |
| ErrorDecodingAudio (std::string message, int64_t frame_number=-1) | |
| Constructor.  More... | |
| virtual | ~ErrorDecodingAudio () noexcept | 
  Public Member Functions inherited from openshot::FrameExceptionBase | |
| FrameExceptionBase (std::string message, int64_t frame_number=-1) | |
| virtual std::string | py_message () const override | 
  Public Member Functions inherited from openshot::ExceptionBase | |
| ExceptionBase (std::string message) | |
| virtual const char * | what () const noexcept | 
| virtual | ~ExceptionBase () noexcept | 
Additional Inherited Members | |
  Public Attributes inherited from openshot::FrameExceptionBase | |
| int64_t | frame_number | 
  Protected Attributes inherited from openshot::ExceptionBase | |
| std::string | m_message | 
Exception when decoding audio packet.
Definition at line 112 of file Exceptions.h.
      
  | 
  inline | 
Constructor.
| message | A message to accompany the exception | 
| frame_number | The frame number being processed | 
Definition at line 121 of file Exceptions.h.
      
  | 
  inlinevirtualnoexcept | 
Definition at line 123 of file Exceptions.h.
 1.8.17