|
virtual std::string | GetName ()=0 |
| Get name of speakers.
|
|
virtual bool | IsDefault ()=0 |
| Indicates if speackers set as default in system Can help to identify currently used speakers. More...
|
|
virtual int | Init (MediaDesc &desc)=0 |
| Method called before getting data to define media type Method should check it it can accept samples described in desc e.g. if desc contains type audio byut renderer implements only video renderer it should return negative value. More...
|
|
virtual int | PutData (const MediaSample &inSample)=0 |
| Method to put next media sample (e.g. audio or video frame) More...
|
|
virtual int | Release ()=0 |
| Method called before deleting object to release internal memory. More...
|
|
◆ IsDefault()
virtual bool r5::device::Speakers::IsDefault |
( |
| ) |
|
|
pure virtual |
Indicates if speackers set as default in system Can help to identify currently used speakers.
- Returns
- true if speakers set as system default
-
false otherwise
The documentation for this class was generated from the following file: