 | XVideoEncoderSetTimestampReference Method |
메타데이터 기준 시각을 설정한다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic void SetTimestampReference(
long inputPts,
ulong timeMicroseconds,
bool bSetStartPts
)
Parameters
- inputPts
- Type: SystemInt64
기준 PTS. 입력 PTS로 인코더에 넘겨주는 타임스탬프이므로 실제 인코딩 스트림 타임스탬프와 단위가 다를 수 있다. - timeMicroseconds
- Type: SystemUInt64
기준 시각. 1970년 1월 1일 자정부터 마이크로초 단위로 센 값. MISB ST 문서에 지역이 언급되지 않으나 UTC 기준으로 다룬다. - bSetStartPts
- Type: SystemBoolean
이 값이 참이면 기준 PTS를 인코딩 동영상의 시작 PTS로 설정한다.
See Also