C# 클래스 Smoothget.Mkv.MediaDataBlock

파일 보기 프로젝트 열기: pinglossy/smoothget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bytes ArraySegment
IsKeyFrame bool
StartTime ulong

공개 메소드들

메소드 설명
MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System

메소드 상세

MediaDataBlock() 공개 메소드

public MediaDataBlock ( ArraySegment bytes, ulong startTime, bool isKeyFrame ) : System
bytes ArraySegment
startTime ulong
isKeyFrame bool
리턴 System

프로퍼티 상세

Bytes 공개적으로 프로퍼티

public ArraySegment Bytes
리턴 ArraySegment

IsKeyFrame 공개적으로 프로퍼티

public bool IsKeyFrame
리턴 bool

StartTime 공개적으로 프로퍼티

public ulong StartTime
리턴 ulong