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.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Removes a stream from a media type profile.
Syntax
HRESULT DeleteStream(
[in] DWORD Index
);
Parameters
[in] Index
The index of the stream to remove. To get the number of the streams in the profile, call the ISBE2MediaTypeProfile::GetStreamCount method.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
Invalid parameter. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�7 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | sbe.h |
| DLL | Sbe.dll |