Property VLAVIPlayer.TVLAVIPlayer.AudioEnabled

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TVLAVIPlayer

Contents

Syntax

Delphi:

property AudioEnabled : Boolean read FAudioEnabled write FAudioEnabled default False;

C++ Builder:

__property bool AudioEnabled = { read=FAudioEnabled, write=FAudioEnabled, default=False };

Summary

Enables audio preview.

Description

Enable tfe TVLAVIPlayer to play audio directly. Don't use this feature if you are connecting the AudioOutputPin to another audio player.

To enable direct audio play from the TVLAVIPlayer set AudioEnabled to True.

To disable direct audio play from the TVLAVIPlayer set AudioEnabled to False.


Delphi example:

VLAVIPlayer1.AudioEnabled := True;

C++ Builder example:

VLAVIPlayer1->AudioEnabled = true;

Visual C++(MFC) example:

VLAVIPlayer1.AudioEnabled = true;

Visual C++/CLI example:

aviPlayer1->AudioEnabled = true;

C# example:

aviPlayer1.AudioEnabled = true;

VB example:

AVIPlayer1.AudioEnabled = True

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox