메소드 | 설명 | |
---|---|---|
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').
|
public static ToFourCC ( int ffmpegVersion ) : string | ||
ffmpegVersion | int | |
리턴 | string |
public static ToFourCC ( uint ffmpegVersion ) : string | ||
ffmpegVersion | uint | |
리턴 | string |