C# 클래스 Reign.Video.Vita.BufferLayoutDesc

상속: BufferLayoutDescI
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

Private Properties

프로퍼티 타입 설명
init void

공개 메소드들

메소드 설명
BufferLayoutDesc ( BufferLayoutTypes type ) : System
BufferLayoutDesc ( List elements ) : System
New ( BufferLayoutTypes type ) : BufferLayoutDesc
New ( List elements ) : BufferLayoutDesc

비공개 메소드들

메소드 설명
init ( ) : void

메소드 상세

BufferLayoutDesc() 공개 메소드

public BufferLayoutDesc ( BufferLayoutTypes type ) : System
type BufferLayoutTypes
리턴 System

BufferLayoutDesc() 공개 메소드

public BufferLayoutDesc ( List elements ) : System
elements List
리턴 System

New() 공개 정적인 메소드

public static New ( BufferLayoutTypes type ) : BufferLayoutDesc
type BufferLayoutTypes
리턴 BufferLayoutDesc

New() 공개 정적인 메소드

public static New ( List elements ) : BufferLayoutDesc
elements List
리턴 BufferLayoutDesc