Gets a value that indicates whether the state of the DV Decoder is in use.
public virtual bool UsingDVDecoder {get;}
public:
virtual property bool UsingDVDecoder {
bool get();
}
'Declaration
Public Overridable ReadOnly Property UsingDVDecoder As Boolean
'Usage
Dim instance As PlayCtrl
Dim value As Boolean
value = instance.UsingDVDecoder
Property Value
true if the DV decoder is being used; otherwise it is false.