C# Класс MP4_Mangler.FullBox

Full box is a container box which has flags and version data
Наследование: Box
Показать файл Открыть проект

Открытые методы

Метод Описание
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