Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the cue identifier that is provided in the text-track data format, if available.
Syntax
HRESULT GetOriginalId(
[out] LPWSTR *originalId
);
Parameters
[out] originalId
Type: LPWSTR*
The cue identifier that is provided in the text-track data format.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method retrieves an identifier for the cue that is included in the source data, if one was specified. The system dynamically generates identifiers for cues that are guaranteed to be unique within a single time-text track. To obtain this system-generated ID, call GetId.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | mfmediaengine.h |
| Library | Mfmediaengine.lib |
| DLL | Mfmediaengine.dll |