C# 클래스 TagLib.Ogg.Codecs.Theora.HeaderPacket

This structure represents a Theora header packet.
파일 보기 프로젝트 열기: secred/Tachycardia

공개 프로퍼티들

프로퍼티 타입 설명
fps_denominator int
fps_numerator int
height int
keyframe_granule_shift int
major_version byte
minor_version byte
revision_version byte
width int

공개 메소드들

메소드 설명
GranuleTime ( long granularPosition ) : double

Converts an absolute granular position into a seconds.

Many thanks to the good people at irc://irc.freenode.net#theora for making this code a reality.

HeaderPacket ( ByteVector data ) : System

메소드 상세

GranuleTime() 공개 메소드

Converts an absolute granular position into a seconds.
Many thanks to the good people at irc://irc.freenode.net#theora for making this code a reality.
public GranuleTime ( long granularPosition ) : double
granularPosition long /// A value containing the /// absolute granular position. ///
리턴 double

HeaderPacket() 공개 메소드

public HeaderPacket ( ByteVector data ) : System
data ByteVector
리턴 System

프로퍼티 상세

fps_denominator 공개적으로 프로퍼티

public int fps_denominator
리턴 int

fps_numerator 공개적으로 프로퍼티

public int fps_numerator
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

keyframe_granule_shift 공개적으로 프로퍼티

public int keyframe_granule_shift
리턴 int

major_version 공개적으로 프로퍼티

public byte major_version
리턴 byte

minor_version 공개적으로 프로퍼티

public byte minor_version
리턴 byte

revision_version 공개적으로 프로퍼티

public byte revision_version
리턴 byte

width 공개적으로 프로퍼티

public int width
리턴 int