←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly