ADTF
|
Helper class that stores all streams from a player. More...
Public Member Functions | |
tResult | HandleStream (uint16_t ui16StreamId, const char *strStreamName) override |
Called for every available stream. More... | |
Helper class that stores all streams from a player.
Definition at line 236 of file player_intf.h.
|
inlineoverridevirtual |
Called for every available stream.
[in] | ui16StreamId | The id of the stream. |
[in] | strStreamName | The name of the stream. |
Implements IPlayer::IListStreamCallback.
Definition at line 240 of file player_intf.h.
References RETURN_NOERROR.