C# 클래스 MP4_Mangler.FullBox

Full box is a container box which has flags and version data
상속: Box
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder

공개 메소드들

메소드 설명
FullBox ( byte Version, UInt32 Flags, string fourcc ) : System

Create a 'Full' box. This shouldn't be used directly, but can be subclassed where needed.

메소드 상세

FullBox() 공개 메소드

Create a 'Full' box. This shouldn't be used directly, but can be subclassed where needed.
public FullBox ( byte Version, UInt32 Flags, string fourcc ) : System
Version byte
Flags System.UInt32
fourcc string
리턴 System