MEDIASUBTYPE_Asf Field

Summary

Asf Media Subtype string constant

Syntax
C#
VB
C++
[MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType, ArraySubType=0, SizeParamIndex=0, SizeConst=0, IidParameterIndex=0, SafeArraySubType=0)] 
public const string MEDIASUBTYPE_Asf 
<MarshalAsAttribute(UnmanagedType.U1 Or  _ 
    UnmanagedType.LPStr)> 
Public Const MEDIASUBTYPE_Asf As String 
[MarshalAsAttribute(UnmanagedType.U1 |  
    UnmanagedType.LPStr)] 
public: 
const String^ MEDIASUBTYPE_Asf 

Remarks

Microsoft Advanced Streaming Format is a container fomrat that supports both audio and video playback. It is designed to allow playback without the complete file being available.

Requirements

Target Platforms

See Also

Reference

Constants Class

Constants Members

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

Leadtools.Multimedia Assembly