TVideoGrabber.ASFProfiles

Prev

Next

TVideoGrabber

Properties

 




































































































Returns the ASF profiles available on the current platform.


Declaration
property ASFProfiles: String read GetASFProfiles;


__property wchar_t *ASFProfiles=read=GetASFProfiles


Property ASFProfiles As String

Description

Used to retrieve the ASF profiles available on the current platform.
The ASFProfile property is the index in this list of the current ASF profile.

Selecting an ASF profile let you choose the streaming format (video size, bit rate, etc...).

This list can be assigned to a TStringList, e.g. :
...
StringList := TStringList.Create;
StringList.Text := VideoGrabber.ASFProfiles;
...


See Also
TNetworkStreamingType TOnClientConnection TNetworkStreaming TOnDirectNetworkStreamingHostUrl ASFAudioBitRate ASFAudioChannels ASFDeinterlaceMode ASFFixedFrameRate ASFMediaServerPublishingPoint ASFMediaServerRemovePublishingPointAfterDisconnect ASFMediaServerTemplatePublishingPoint ASFNetworkMaxUsers ASFNetworkPort ASFProfile ASFProfileFromCustomFile ASFProfilesCount ASFProfileVersion ASFStreaming_GetAuthorizationList ASFStreaming_GetConnectedClients ASFStreaming_GetConnectedClientsCount ASFStreaming_ResetAuthorizations ASFStreaming_SetAuthorization ASFVideoBitRate ASFVideoFrameRate ASFVideoHeight ASFVideoMaxKeyFrameSpacing ASFVideoQuality ASFVideoWidth NetworkStreaming NetworkStreamingType OnAuthenticationNeeded OnClientConnection OnDirectNetworkStreamingHostUrl ShowDialog StartAudioRendering StreamingURL