C# Class Sdcb.FFmpegAPIWrapper.Common.FFmpegBitConverter

Afficher le fichier Open project: sdcb/Sdcb.FFmpegAPIWrapper

Méthodes publiques

Méthode Description
ToFourCC ( int ffmpegVersion ) : string

fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').

ToFourCC ( uint ffmpegVersion ) : string

fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').

Method Details

ToFourCC() public static méthode

fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
public static ToFourCC ( int ffmpegVersion ) : string
ffmpegVersion int
Résultat string

ToFourCC() public static méthode

fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
public static ToFourCC ( uint ffmpegVersion ) : string
ffmpegVersion uint
Résultat string