TMediaId Class Reference
Identifies the particular stream of the given media type.
Constructor & Destructor Documentation
TMediaId(TUid, TUint)
TMediaId | ( | TUid | aMediaType, |
| TUint | aStreamId |
| ) | [inline] |
Constructs the class with the supplied arguments.
This constructor is used when there are multiple streams of the same media type on the same MDataSource.
Parameters
TUid aMediaType | The media type (video, audio etc.). |
TUint aStreamId | Identifies a specific stream when there are multiple streams of the same media type on the same MDataSource. |
TMediaId(TUid)
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 MDataSource.
Parameters
TUid aMediaType | The media type (video, audio etc.). |
Member Data Documentation
TUid
iMediaType
The media type (KUidMediaTypeAudio, KUidMediaTypeVideo, etc).
TInt
iReserved1
This member is internal and not intended for use.
TUint
iStreamId
Identifies a particular media stream used in case where multiple streams of the same media type are present on the same MDataSource.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.