C# 클래스 CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomMOOV

상속: BoxAtom
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tracks List

공개 메소드들

메소드 설명
AtomCreated ( BaseAtom atom ) : void
AtomMOOV ( ) : System.Collections.Generic
AtomMOOV ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic

메소드 상세

AtomCreated() 공개 메소드

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
리턴 void

AtomMOOV() 공개 메소드

public AtomMOOV ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AtomMOOV() 공개 메소드

public AtomMOOV ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
리턴 System.Collections.Generic

프로퍼티 상세

Tracks 공개적으로 프로퍼티

public List Tracks
리턴 List