Photon Voice v2.53

Public Member Functions | List of all members
UnsupportedCodecException Class Reference

Exception thrown if an unsupported codec is encountered. More...

Inherits Exception.

Public Member Functions

 UnsupportedCodecException (string info, Codec codec)
 Create a new UnsupportedCodecException. More...
 

Detailed Description

Exception thrown if an unsupported codec is encountered.

Constructor & Destructor Documentation

◆ UnsupportedCodecException()

UnsupportedCodecException ( string  info,
Codec  codec 
)

Create a new UnsupportedCodecException.

Parameters
infoThe info prepending standard message.
codecThe codec actually encountered.