C# 클래스 BDInfo.TSStream

Audio / video / subtitle track (a.k.a. stream) contained within a .M2TS file.
파일 보기 프로젝트 열기: jarrettv/ChapterGrabber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActiveBitRate long
AngleIndex int
BitRate long
Descriptors List
IsInitialized bool
IsVBR bool
LanguageName string
PID ushort
PacketCount ulong
PacketSeconds double
PayloadBytes ulong
StreamType TSStreamType

공개 메소드들

메소드 설명
Clone ( ) : TSStream
TSStream ( ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
CopyTo ( TSStream stream ) : void

메소드 상세

Clone() 공개 추상적인 메소드

public abstract Clone ( ) : TSStream
리턴 TSStream

CopyTo() 보호된 메소드

protected CopyTo ( TSStream stream ) : void
stream TSStream
리턴 void

TSStream() 공개 메소드

public TSStream ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ActiveBitRate 공개적으로 프로퍼티

public long ActiveBitRate
리턴 long

AngleIndex 공개적으로 프로퍼티

public int AngleIndex
리턴 int

BitRate 공개적으로 프로퍼티

public long BitRate
리턴 long

Descriptors 공개적으로 프로퍼티

public List Descriptors
리턴 List

IsInitialized 공개적으로 프로퍼티

public bool IsInitialized
리턴 bool

IsVBR 공개적으로 프로퍼티

public bool IsVBR
리턴 bool

LanguageName 공개적으로 프로퍼티

public string LanguageName
리턴 string

PID 공개적으로 프로퍼티

public ushort PID
리턴 ushort

PacketCount 공개적으로 프로퍼티

public ulong PacketCount
리턴 ulong

PacketSeconds 공개적으로 프로퍼티

public double PacketSeconds
리턴 double

PayloadBytes 공개적으로 프로퍼티

public ulong PayloadBytes
리턴 ulong

StreamType 공개적으로 프로퍼티

public TSStreamType StreamType
리턴 TSStreamType