Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFDVVideoFormat Enumeration

DV video format.

Pascal
TVFDVVideoFormat = (
  DVF_PAL,
  DVF_NTSC
);
C++
enum TVFDVVideoFormat {
  DVF_PAL,
  DVF_NTSC
};
C#
public enum TVFDVVideoFormat {
  DVF_PAL,
  DVF_NTSC
}
Visual Basic
Public Enum TVFDVVideoFormat
  DVF_PAL
  DVF_NTSC
End Enum
Java
public class TVFDVVideoFormat;
IDL
enum TVFDVVideoFormat {
  DVF_PAL,
  DVF_NTSC
};
JavaScript
TVFDVVideoFormat

MediaPlayerTypes

Members 
Description 
DVF_PAL 
PAL.  
DVF_NTSC 
NTSC.  
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!