#include <mmf/common/mmfutilities.h>
class TMediaId |
Public Attributes | |
---|---|
TUid | iMediaType |
TUint | iStreamId |
Public Member Functions | |
---|---|
TMediaId(TUid, TUint) | |
TMediaId(TUid) | |
TMediaId() |
Identifies the particular stream of the given media type.
TUint | iStreamId |
Identifies a particular media stream used in case where multiple streams
of the same media type are present on the same MDataSource.
Constructs the class with the supplied arguments.
This constructor is used when there are multiple streams of the same media type on the same
the same MDataSource.
Parameters | |
---|---|
aMediaType | The media type (video, audio etc.). |
aStreamId | Identifies a specific stream when there are multiple streams of the same media type on |
TMediaId | ( | TUid | aMediaType | ) | [inline] |
Constructs the class with the supplied argument.
This constructor is used when there is a single stream of the same media type on the same
Parameters | |
---|---|
aMediaType | The media type (video, audio etc.). |