C# 클래스 Fusion.Engine.Media.Video

Represents a video.
상속: System.DisposableBase
파일 보기 프로젝트 열기: demiurghg/FusionEngine

Private Properties

프로퍼티 타입 설명
PlatformDispose void
PlatformInitialize void

공개 메소드들

메소드 설명
Video ( Stream stream ) : System

Video ( byte bytes ) : System

Video ( string fileName ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
PlatformDispose ( bool disposing ) : void

PlatformInitialize ( byte bytes, Stream stream, string url ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Video() 공개 메소드

public Video ( Stream stream ) : System
stream Stream
리턴 System

Video() 공개 메소드

public Video ( byte bytes ) : System
bytes byte
리턴 System

Video() 공개 메소드

public Video ( string fileName ) : System
fileName string
리턴 System