Namespace: DeltaEngine.Multimedia.VideoStreamsAssembly: DeltaEngine.Multimedia.VideoStreams (in DeltaEngine.Multimedia.VideoStreams.dll) Version: 1.1.1.0 (1.1.1)
public BaseVideoStream Load(
Stream stream,
string filepath
)
public BaseVideoStream Load(
Stream stream,
string filepath
)
Public Function Load (
stream As Stream,
filepath As String
) As BaseVideoStream
Public Function Load (
stream As Stream,
filepath As String
) As BaseVideoStream
public:
BaseVideoStream^ Load(
Stream^ stream,
String^ filepath
)
public:
BaseVideoStream^ Load(
Stream^ stream,
String^ filepath
)
member Load :
stream : Stream *
filepath : string -> BaseVideoStream
member Load :
stream : Stream *
filepath : string -> BaseVideoStream
Return Value
Type:
BaseVideoStream