C# 클래스 MediaPortalWrapper.NativeWrappers.InputstreamInfo

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Aspect float
Bandwidth int
BitRate uint
BitsPerSample uint
BlockAlign int
Channels uint
ExtraSize uint
FpsRate uint
FpsScale uint
Height uint
SampleRate uint
StreamId uint
StreamType StreamType
Width uint
m_ExtraData System.IntPtr

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
FixedToByteArray ( IntPtr value, int len ) : byte[]
FixedToString ( byte value, int len ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Aspect 공개적으로 프로퍼티

public float Aspect
리턴 float

Bandwidth 공개적으로 프로퍼티

public int Bandwidth
리턴 int

BitRate 공개적으로 프로퍼티

public uint BitRate
리턴 uint

BitsPerSample 공개적으로 프로퍼티

public uint BitsPerSample
리턴 uint

BlockAlign 공개적으로 프로퍼티

public int BlockAlign
리턴 int

Channels 공개적으로 프로퍼티

public uint Channels
리턴 uint

ExtraSize 공개적으로 프로퍼티

public uint ExtraSize
리턴 uint

FpsRate 공개적으로 프로퍼티

public uint FpsRate
리턴 uint

FpsScale 공개적으로 프로퍼티

public uint FpsScale
리턴 uint

Height 공개적으로 프로퍼티

public uint Height
리턴 uint

SampleRate 공개적으로 프로퍼티

public uint SampleRate
리턴 uint

StreamId 공개적으로 프로퍼티

public uint StreamId
리턴 uint

StreamType 공개적으로 프로퍼티

public StreamType StreamType
리턴 StreamType

Width 공개적으로 프로퍼티

public uint Width
리턴 uint

m_ExtraData 공개적으로 프로퍼티

public IntPtr,System m_ExtraData
리턴 System.IntPtr