Class AWSS3Output
- Namespace
- VisioForge.Core.Types.X.Output
- Assembly
- VisioForge.Core.dll
AWS S3 output settings.
public class AWSS3Output : IVideoEditXBaseOutput, IVideoCaptureXBaseOutput, IXBaseOutputInheritance
Implements
Inherited Members
Constructors
AWSS3Output(AWSS3SinkSettings, IVideoEncoder, IAudioEncoder, IMediaBlockSettings)
Initializes a new instance of the VisioForge.Core.Types.X.Output.AWSS3Output class.
public AWSS3Output(AWSS3SinkSettings settings, IVideoEncoder videoEnc, IAudioEncoder audioEnc, IMediaBlockSettings sink)Parameters
settingsAWSS3SinkSettings-
The settings.
videoEncIVideoEncoder-
The video encoder.
audioEncIAudioEncoder-
The audio encoder.
sinkIMediaBlockSettings-
The sink.
Properties
Audio
Gets or sets the audio encoder settings. Audio encoder should be compatible with the sink settings.
public IAudioEncoder Audio { get; set; }Property Value
CustomAudioProcessor
Gets or sets the custom audio processor block.
public MediaBlock CustomAudioProcessor { get; set; }Property Value
CustomVideoProcessor
Gets or sets the custom video processor block.
public MediaBlock CustomVideoProcessor { get; set; }Property Value
Settings
Gets ot sets the settings.
public AWSS3SinkSettings Settings { get; set; }Property Value
Sink
Gets or sets the sink settings.
public IMediaBlockSettings Sink { get; set; }Property Value
Video
Gets or sets the video encoder settings. Video encoder should be compatible with the sink settings.
public IVideoEncoder Video { get; set; }Property Value
Methods
GetAudioEncoders()
Gets the audio encoders.
public Tuple<string, Type>[] GetAudioEncoders()Returns
GetFilename()
Gets the filename.
public string GetFilename()Returns
- string
-
System.String.
GetVideoEncoders()
Gets the video encoders.
public Tuple<string, Type>[] GetVideoEncoders()Returns
SetFilename(string)
Sets the filename.
public void SetFilename(string filename)Parameters
filenamestring-
The filename.