Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 229 for

audioframe

(0.15 sec)
  1. Manage Audio in Presentations Using Java|Aspose...

    Create and control audio frames in Aspose.Slides for Java—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....the Audio Frame IAudioFrame audioFrame = sld . getShapes (). addAudioFrameEmbedde...Mode and Volume of the Audio audioFrame . setPlayMode ( AudioPlayModePreset...

    docs.aspose.com/slides/java/audio-frame/
  2. Manage Audio in Presentations Using C++|Aspose....

    Create and control audio frames in Aspose.Slides for C++—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....Adds the Audio Frame auto audioFrame = sld -> get_Shapes () ->...Mode and Volume of the Audio audioFrame -> set_PlayMode ( AudioPlayModePreset...

    docs.aspose.com/slides/cpp/audio-frame/
  3. Manage Audio Frames in Presentations in .NET|As...

    Create and control audio frames in Aspose.Slides for .NET—C# examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....the Audio Frame IAudioFrame audioFrame = sld . Shapes . AddAudioFrameEmbedde...Mode and Volume of the Audio audioFrame . PlayMode = AudioPlayModePreset...

    docs.aspose.com/slides/net/audio-frame/
  4. Manage Audio in Presentations on Android|Aspose...

    Create and control audio frames in Aspose.Slides for Android—Java examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....the Audio Frame IAudioFrame audioFrame = sld . getShapes (). addAudioFrameEmbedde...Mode and Volume of the Audio audioFrame . setPlayMode ( AudioPlayModePreset...

    docs.aspose.com/slides/androidjava/audio-frame/
  5. 使用 Java 管理演示文稿中的音频|Aspose.Slides 文档

    在 Aspose.Slides for Java 中创建和控制音频帧——提供嵌入、裁剪、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放的代码示例。...)); // 添加音频帧 IAudioFrame audioFrame = sld . getShapes (). addAudioFrameEmbedde...close (); // 设置音频的播放模式和音量 audioFrame . setPlayMode ( AudioPlayModePreset...

    docs.aspose.com/slides/zh/java/audio-frame/
  6. Manage Audio in Presentations Using PHP|Aspose....

    Create and control audio frames in Aspose.Slides for PHP—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....)); # Adds the Audio Frame $audioFrame = $sld -> getShapes () ->...and Volume of the Audio $audioFrame -> setPlayMode ( AudioPlayModePreset...

    docs.aspose.com/slides/php-java/audio-frame/
  7. Manage Audio in Presentations Using JavaScript|...

    Create and control audio frames in Aspose.Slides for Node.js—examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....and Volume exposed by the AudioFrame object. Save the modified...Adds the Audio Frame const audioFrame = sld . getShapes (). addAudioFrameEmbedde...

    docs.aspose.com/slides/nodejs-java/audio-frame/
  8. Audio|Aspose.Slides Documentation

    Work with audio in C# using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....will be embedded later) var audioFrame = slide . Shapes . AddAudioFrameEmbedde...pres . Slides [ 0 ]; var audioFrame = slide . Shapes . AddAudioFrameEmbedde...

    docs.aspose.com/slides/net/examples/elements/au...
  9. Manage Audio in Presentations Using Python|Aspo...

    Easily add, extract & manage audio frames in PPT, PPTX and ODP with Aspose.Slides for Python via .NET. Explore code examples & boost your presentations today....mp3" , "rb" ) as audio_fs : audioFrame = slide . shapes . add_audio_frame_embedded...image for the audio frame. audioFrame . picture_format . picture...

    docs.aspose.com/slides/python-net/audio-frame/
  10. 音频|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理音频:添加、替换、提取和裁剪声音,设置 PowerPoint 和 OpenDocument 中幻灯片和形状的音量和播放方式。...创建一个空的音频框架(音频将在稍后嵌入) var audioFrame = slide . Shapes . AddAudioFrameEmbedde...pres . Slides [ 0 ]; var audioFrame = slide . Shapes . AddAudioFrameEmbedde...

    docs.aspose.com/slides/zh/net/examples/elements...