Click or drag to resize
XDL

XVideo Methods

The XVideo type exposes the following members.

Methods
  Name Description
Public method Close 현재 Video 스트림을 닫는다. 개발자는 이 함수를 부르기 전에 NXVideoView 객체를 호출해야 한다.
Public method GetChannel 입력 인덱스에 해당하는 채널을 얻는다.
Public method GetChannelProxy 입력 인덱스에 해당하는 채널의 프록시를 얻는다.
Public method GetLastError Error가 존재할시 마지막 발생한 Error를 얻는다.
Public method GetNativeVideo  
Public method GetNumChannels 객체에 포함된 채널의 수를 얻는다.
Public method GetNumStreams 총 스트림의 수를 얻는다.
Public method Pause 전체 비디오 채널 재생을 일시 정지한다.
Public method PtsToStreamTime 첫 재생 채널 기준 PTS값을 시간으로 변환한다. 입력된 PTS(Presentation Time Stamp)에 대한 시간(초)를 계산한다. 특정 시간에 대한 시간 = (입력 PTS값 - 시작 PTS값) * PTS에 대한 시간 환산 값.
Public method Resume 일시 정지된 비디오 재생을 재개한다.
Public method Seek(Double) 비디오 안에서 재생 시작이 가장 빠른 채널을 기준으로 탐색을 수행한다.
Public method Seek(Int64) 비디오 안에서 재생 시작이 가장 빠른 채널을 기준으로 탐색을 수행한다.
Public method StreamTimeToPts 시간을 첫 재생 채널 기준 PTS값으로 변환한다. 입력된 재생 시간에 대한 PTS를 계산한다. 특정 시간에 대한 PTS = 시작 PTS + 입력 시간 * 시간에 대한 PTS 환산 값.
Top
See Also