Streams Property

Summary
Gets or sets a value that indicates which streams the target format can have.
Syntax
C#
C++/CLI
public StreamFormatType Streams { get; set; } 
public: 
property StreamFormatType Streams { 
   StreamFormatType get(); 
   void set (    StreamFormatType ); 
} 

Property Value

A StreamFormatType enumeration value indicating which streams the target can have.

Remarks

Gets or sets a value that indicates which streams the target format can have. The format to be used for the converted file. This includes the file format, any special settings used by that format, and which audio and/or video codec is to be used for the conversion, and any special settings used by the codecs. For a list of possible values, refer to StreamFormatType constants. Individual values can be combined by using the bitwise OR operator.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.