PlayerVideoCodec
property, read-only
Delphi
property PlayerVideoCodec: string read GetVideoCodec;
C++Builder
__property System::UnicodeString PlayerVideoCodec = {read=GetVideoCodec};
C#
public string PlayerVideoCodec { get; }
VB.NET
Public ReadOnly Property PlayerVideoCodec As String
C++/Qt
wchar_t *GetPlayerVideoCodec ();
Returns the name of the video codec currently used by the player, if any.
The clip must have been opened by OpenPlayer .