Sets the subpicture display status.
#include "ltmm.h"  
| Language | Syntax | 
|---|---|
| C | HRESULT IltmmDVDControl_put_SubpictureOn(pDVD, newVal) | 
| C++ | HRESULT put_SubpictureOn(newVal) | 
Pointer to an IltmmDVDControl interface.
A Boolean value that specifies whether the subpicture display is enabled. Possible values are:
| Setting | Description | 
|---|---|
| VARIANT_TRUE | Enable subpicture display. | 
| VARIANT_FALSE | Disable subpicture display. | 
| Value | Meaning | 
|---|---|
| S_OK | The function ran successfully. | 
| <> S_OK | An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. | 
This function does not support command synchronization.
The title currently being played determines which subpicture streams are enabled and disabled. The title must enable a subpicture stream for it to be displayed. The programmer can retrieve the subpicture stream status by calling IltmmDVDControl::IsSubpictureStreamEnabled.
Call IltmmDVDControl::get_SubpictureOn to retrieve the current subpicture display status.
For more detailed information, refer to the Microsoft documentation for IDvdControl2::SetSubpictureState.
Win32, x64.
| Language | Example | 
|---|---|
| C | IltmmDVDControl::GetButtonAtPosition | 
| C++ | IltmmDVDControl::GetButtonAtPosition | 
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
