Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005 and later.
The IDvbServiceDescriptor interface enables the client to get a service descriptor from a DVB stream. The service descriptor may be present in the service description table (SDT). For more information, refer to ETSI EN 300 468.
Methods
The IDvbServiceDescriptor interface inherits the methods of the IUnknown interface.
In addition, IDvbServiceDescriptor defines the following methods.
Method | Description |
---|---|
Returns the length of the descriptor body. |
|
Returns the service name converted into a readable string. |
|
Returns the raw service name. |
|
Returns the emphasized version of the service name. |
|
Returns the raw service provider name. |
|
Returns the service provider name converted into a readable string. |
|
Returns the service type. |
|
Returns the descriptor tag. |
Remarks
To obtain a pointer to this interface, do the following:
- Call IDvbSiParser::GetSDT to get the IDVB_SDT interface.
- Call IDVB_SDT::GetRecordDescriptorByTag and pass in the logical channel descriptor tag (0x47). If the descriptor is present, the method returns an IGenericDescriptor pointer.
- Query the returned IGenericDescriptor pointer for the IDvbServiceDescriptor interface.
Requirements
Header | Declared in Dvbsiparser.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008