ADTF  3.18.2
IPlayer::IListStreamCallbackabstract

callback for stream information More...

Inheritance diagram for IPlayer::IListStreamCallback:
[legend]

Public Member Functions

virtual tResult HandleStream (uint16_t ui16StreamId, const char *strStreamName)=0
 Called for every available stream. More...
 

Detailed Description

callback for stream information

Definition at line 101 of file player_intf.h.

Member Function Documentation

◆ HandleStream()

virtual tResult HandleStream ( uint16_t  ui16StreamId,
const char *  strStreamName 
)
pure virtual

Called for every available stream.

Parameters
[in]ui16StreamIdThe id of the stream.
[in]strStreamNameThe name of the stream.
Returns
Passed on by ListStreams.

Implemented in cPlayerStreams.