SubpictureOn Property

Summary
Gets or sets the Subpicture display.
Syntax
C#
VB
C++
public bool SubpictureOn { get; set; } 
Public Property SubpictureOn As Boolean 
public: 
property bool SubpictureOn { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the Subpicture is On; false, otherwise.

Remarks

This method 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 the IsSubpictureStreamEnabled method. For more detailed information, refer to the Microsoft documentation for IDvdControl2.SetSubpictureState.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.