C# 클래스 Smoothget.Smooth.VideoTrackInfo

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

공개 메소드들

메소드 설명
VideoTrackInfo ( XmlNode element, string>.IDictionary streamAttributes, uint index, StreamInfo stream ) : System

비공개 메소드들

메소드 설명
GetAVCCodecPrivate ( byte codecPrivateData, ushort nalUnitLengthField ) : byte[]
GetAVCDecoderConfigurationBytes ( byte AVCProfileIndication, byte profile_compatibility, byte AVCLevelIndication, byte lengthSizeMinusOne, byte sequenceParameterSetNALUnits, byte pictureParameterSetNALUnits ) : byte[]
GetBitmapInfoHeaderBytes ( int biWidth, int biHeight, ushort biPlanes, ushort biBitCount, uint biCompression, uint biSizeImage, int biXPelsPerMeter, int biYPelsPerMeter, uint biClrUsed, uint biClrImportant, byte codecPrivateData ) : byte[]
GetVfWCodecPrivate ( uint width, uint height, string fourCC, byte codecPrivateData ) : byte[]

메소드 상세

VideoTrackInfo() 공개 메소드

public VideoTrackInfo ( XmlNode element, string>.IDictionary streamAttributes, uint index, StreamInfo stream ) : System
element System.Xml.XmlNode
streamAttributes string>.IDictionary
index uint
stream StreamInfo
리턴 System