C# 클래스 Yodiwo.API.MediaStreaming.FFServer2Core

파일 보기 프로젝트 열기: yodiwo/plegma

공개 프로퍼티들

프로퍼티 타입 설명
Success bool
feed Feed
ffserverip string
httpPort int
rtspPort int
streamPath string
vlcPort int
vlcprocessId int

공개 메소드들

메소드 설명
getHttpStream ( ) : string
getRtspStream ( ) : string
getTranscodedStream ( ) : string

메소드 상세

getHttpStream() 공개 메소드

public getHttpStream ( ) : string
리턴 string

getRtspStream() 공개 메소드

public getRtspStream ( ) : string
리턴 string

getTranscodedStream() 공개 메소드

public getTranscodedStream ( ) : string
리턴 string

프로퍼티 상세

Success 공개적으로 프로퍼티

public bool Success
리턴 bool

feed 공개적으로 프로퍼티

public Feed,Yodiwo.API.MediaStreaming feed
리턴 Feed

ffserverip 공개적으로 프로퍼티

public string ffserverip
리턴 string

httpPort 공개적으로 프로퍼티

public int httpPort
리턴 int

rtspPort 공개적으로 프로퍼티

public int rtspPort
리턴 int

streamPath 공개적으로 프로퍼티

public string streamPath
리턴 string

vlcPort 공개적으로 프로퍼티

public int vlcPort
리턴 int

vlcprocessId 공개적으로 프로퍼티

public int vlcprocessId
리턴 int