C# 클래스 Sdcb.FFmpegAPIWrapper.Common.FFmpegBitConverter

파일 보기 프로젝트 열기: sdcb/Sdcb.FFmpegAPIWrapper

공개 메소드들

메소드 설명
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').

메소드 상세

ToFourCC() 공개 정적인 메소드

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

ToFourCC() 공개 정적인 메소드

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