C# Class Mono.UnmanagedVideoFormat

Afficher le fichier Open project: shana/moon

Méthodes publiques

Свойство Type Description
framesPerSecond float
height int
pixelFormat PixelFormatType
stride int
width int

Méthodes publiques

Méthode Description
ToVideoFormat ( ) : System.Windows.Media.VideoFormat

Method Details

ToVideoFormat() public méthode

public ToVideoFormat ( ) : System.Windows.Media.VideoFormat
Résultat System.Windows.Media.VideoFormat

Property Details

framesPerSecond public_oe property

public float framesPerSecond
Résultat float

height public_oe property

public int height
Résultat int

pixelFormat public_oe property

public PixelFormatType pixelFormat
Résultat PixelFormatType

stride public_oe property

public int stride
Résultat int

width public_oe property

public int width
Résultat int