C# 클래스 Smoothget.Mkv.CuePoint

파일 보기 프로젝트 열기: pinglossy/smoothget

공개 프로퍼티들

프로퍼티 타입 설명
CueClusterPosition ulong

공개 메소드들

메소드 설명
CuePoint ( ulong cueTime, ulong cueTrack, ulong cueClusterPosition ) : System
GetBytes ( ) : byte[]

메소드 상세

CuePoint() 공개 메소드

public CuePoint ( ulong cueTime, ulong cueTrack, ulong cueClusterPosition ) : System
cueTime ulong
cueTrack ulong
cueClusterPosition ulong
리턴 System

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

CueClusterPosition 공개적으로 프로퍼티

public ulong CueClusterPosition
리턴 ulong