ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Plugins.FFmpeg.FFmpegVirtualFile Class Reference
Inheritance diagram for ImageResizer.Plugins.FFmpeg.FFmpegVirtualFile:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Plugins.FFmpeg.FFmpegVirtualFile:
Collaboration graph
[legend]

Public Member Functions

 FFmpegVirtualFile (string virtualPath, NameValueCollection query, FFmpegPlugin provider)
 
Stream Open ()
 Returns a stream of the encoded file bitmap using the current request querystring. More...
 

Properties

bool Exists [get]
 Returns true if the row exists. More...
 
string VirtualPath [get]
 
NameValueCollection Query [get, set]
 
- Properties inherited from ImageResizer.Plugins.IVirtualFile
string VirtualPath [get]
 The virtual path of the file (relative to the domain, like /app/folder/file.ext) More...
 

Detailed Description

Definition at line 104 of file FFmpegPlugin.cs.

Member Function Documentation

Stream ImageResizer.Plugins.FFmpeg.FFmpegVirtualFile.Open ( )
inline

Returns a stream of the encoded file bitmap using the current request querystring.

Returns

Implements ImageResizer.Plugins.IVirtualFile.

Definition at line 150 of file FFmpegPlugin.cs.

150 { return provider.GetFrameStream(this.VirtualPath, this.Query); }

Property Documentation

bool ImageResizer.Plugins.FFmpeg.FFmpegVirtualFile.Exists
get

Returns true if the row exists.

Definition at line 116 of file FFmpegPlugin.cs.


The documentation for this class was generated from the following file: