Property VLCommonLogger.TVLCommonLogger.CurrentTime

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: TVLCommonLogger

Contents

Syntax

Delphi:

property CurrentTime : Int64 read Get_CurrentTime;

C++ Builder:

__property __int64 CurrentTime = { read=Get_CurrentTime };

Summary

Current time recorded.

Description

Use this property to get or set the current time recorded.


Delphi example:

<c>AValue : Int64;</c>

<c>AValue := VLAVILogger1.CurrentTime;</c>

C++ Builder example:

<c>__int64 AValue = VLAVILogger1->CurrentTime;</c>

Visual C++(MFC) example:

<c>__int64 AValue = VLAVILogger1.CurrentTime;</c>

C# example:

<c>Int64 value = aviLogger1.CurrentTime;</c>

Note Not all of the DirectShow players support changing the current sample.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox